Skip to content

Commit

Permalink
Merge pull request #9792 from filecoin-project/id/update-release-name…
Browse files Browse the repository at this point in the history
…-template

_ci_ Switch release name template from "Release vX.X.X" to "vX.X.X"
  • Loading branch information
jennijuju authored Dec 8, 2022
2 parents 1ba2f23 + f8754d9 commit 5a3b6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ release:
owner: filecoin-project
name: lotus
prerelease: auto
name_template: "Release v{{.Version}}"
name_template: "v{{.Version}}"

brews:
- tap:
Expand Down

0 comments on commit 5a3b6be

Please sign in to comment.