Skip to content

Commit

Permalink
fix: release name
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <[email protected]>
  • Loading branch information
caarlos0 committed Jan 28, 2023
1 parent ef28bc6 commit 1adbf7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion a/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ builds:
- targets: [go_first_class]

release:
name_template: 'v{{ .Version }}'
name_template: 'a v{{ .Version }}'
footer: |
* * *
Expand Down
2 changes: 1 addition & 1 deletion b/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ builds:
- targets: [go_first_class]

release:
name_template: 'v{{ .Version }}'
name_template: 'b v{{ .Version }}'
footer: |
* * *
Expand Down

0 comments on commit 1adbf7d

Please sign in to comment.