Skip to content

Commit

Permalink
[NA] Change the public release name (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwneisen authored Nov 18, 2024
1 parent 6c5af2f commit ab9ec40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ archives:

# Used during a dev build without a git tag
snapshot:
name_template: 'bctl-{{ .Version }}-{{.ShortCommit}}'
name_template: '{{ .Version }}-{{.ShortCommit}}'

release:
# release to the public repository
github:
owner: mirantiscontainers
name: blueprint
name_template: "bctl-v{{.Version}}"
name_template: "v{{.Version}}"

changelog:
sort: asc
Expand Down

0 comments on commit ab9ec40

Please sign in to comment.