Update docs/RELEASE_ISSUE_TEMPLATE.md
Steve Loeppky committed
Sep 16, 2022 at 10:56 UTC
07c9b7d815d3cc3e0a7ebd32a414cfd1db328ba4
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
+ - Note: `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))