Skip to content

Commit

Permalink
Merge pull request #2037 from hashicorp/chore-update-deprecations
Browse files Browse the repository at this point in the history
[chore] Update for goreleaser deprecations
  • Loading branch information
breathingdust authored Sep 26, 2024
2 parents 9631d3e + 83efcb4 commit f8be61e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/goreleaser-cross-compiler-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

version: 2
archives:
- files:
# Ensure only built binary is archived
Expand All @@ -27,4 +28,4 @@ builds:
- -s -w -X version.ProviderVersion={{.Version}}
mod_timestamp: '{{ .CommitTimestamp }}'
snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ signs:
id: key-id
signature: ${artifact}.72D7468F.sig
snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"

0 comments on commit f8be61e

Please sign in to comment.