Skip to content

Commit

Permalink
Mention committing version.go
Browse files Browse the repository at this point in the history
  • Loading branch information
horgh committed Oct 6, 2022
1 parent 12b2f98 commit f98473c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Set a version if there is not one.
* Set a release date.
* Set version in `version.go`.
* Commit `CHANGELOG.md`.
* Commit `CHANGELOG.md` and `version.go`.
* Tag the release: `git tag -a v1.2.3 -m 'Tag v1.2.3'`.
* Push the tag: `git push origin v1.2.3`.
* Run `goreleaser`.
Expand Down

0 comments on commit f98473c

Please sign in to comment.