Skip to content

Commit f98473c

Browse files
committed
Mention committing version.go
1 parent 12b2f98 commit f98473c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.dev.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Set a version if there is not one.
99
* Set a release date.
1010
* Set version in `version.go`.
11-
* Commit `CHANGELOG.md`.
11+
* Commit `CHANGELOG.md` and `version.go`.
1212
* Tag the release: `git tag -a v1.2.3 -m 'Tag v1.2.3'`.
1313
* Push the tag: `git push origin v1.2.3`.
1414
* Run `goreleaser`.

0 commit comments

Comments
 (0)