Skip to content

Commit

Permalink
docs: remove redundant step in submodule RELEASING.md guidance (#3141)
Browse files Browse the repository at this point in the history
The cited `go generate` is responsible for updating the repo reference
in internal/version.go, so listing it both explicitly as a manual edit
and a generate command seems redundant.
  • Loading branch information
shollyman committed Nov 4, 2020
1 parent 40f29fe commit 8e3c306
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions RELEASING.md
Expand Up @@ -131,8 +131,6 @@ To release a submodule:
1. On master, run `git log $CV.. -- datastore/` to list all the changes to the
submodule directory since the last release.
1. Edit `datastore/CHANGES.md` to include a summary of the changes.
1. In `internal/version/version.go`, update `const Repo` to today's date with
the format `YYYYMMDD`.
1. In `internal/version` run `go generate`.
1. Commit the changes, ignoring the generated `.go-r` file. Push to your fork,
and create a PR titled `chore(datastore): release $NV`.
Expand Down

0 comments on commit 8e3c306

Please sign in to comment.