@cryptotaxi247 / kubo / commits / 345c58ff7

docs: ensure the changelogs are correctly linked

galargh committed Dec 5, 2022 at 09:52 UTC 345c58ff7a4b286813b173628a9eb46fb52ab138
1 file changed +1
docs/RELEASE_ISSUE_TEMPLATE.md
+1
@@ -94,6 +94,7 @@ Checklist:
94 - [ ] Prepare changelog proposal in [docs/changelogs/vX.Y.md](https://github.com/ipfs/kubo/blob/master/docs/changelogs/).
95 - Skip filling out the `### Changelog` section (the one where which lists all the commits and contributors) for now. We will populate it after the release branch is cut.
96 - PR link:
97 + - [ ] Ensure the new changelog is linked in the [CHANGELOG.md](CHANGELOG.md) file.
98 - [ ] Install ZSH ([instructions](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH#install-and-set-up-zsh-as-default)). It is needed by the changelog creation script.
99 - [ ] Ensure you have `kubo` checked out under `$(go env GOPATH)/src/github.com/ipfs/kubo`. This is required by the changelog creation script.
100 - If you want your clone to live in a different location, you can symlink it to the expected location by running `mkdir -p $(go env GOPATH)/src/github.com/ipfs && ln -s $(pwd) $(go env GOPATH)/src/github.com/ipfs/kubo`.