@cryptotaxi247 / kubo / commits / 951cb328c

Update docs/RELEASE_ISSUE_TEMPLATE.md

Antonio Navarro Perez committed Aug 23, 2022 at 11:04 UTC 951cb328cda367042d16bd804a8e5270d7474a75
1 file changed +1 -1
docs/RELEASE_ISSUE_TEMPLATE.md
+1 -1
@@ -36,7 +36,7 @@ For each RC published in each stage:
36
37 - version string in `version.go` has been updated (in the `release-vX.Y.Z` branch).
38 - new commits should be added to the `release-vX.Y.Z` branch from `master` using `git cherry-pick -x ...`
39 -- `release-` branches are protected. You can do all needed updates on a separated branch and when everything is settled push to `release-vX.Y.Z`
39 + - `release-` branches are protected. You can do all needed updates on a separated branch and when everything is settled push to `release-vX.Y.Z`
40 - tag commit with `vX.Y.Z-rcN`
41 - add artifacts to https://dist.ipfs.tech
42 1. Make a PR against [ipfs/distributions](https://github.com/ipfs/distributions) with local changes produced by `add-version` (see [usage](https://github.com/ipfs/distributions#usage))