Update RELEASE_ISSUE_TEMPLATE.md
Antonio Navarro Perez committed
Aug 22, 2022 at 12:14 UTC
3fed8b2a664801d8e43c0b887873941cb7d5b2c6
1 file changed
+5
-4
docs/RELEASE_ISSUE_TEMPLATE.md
+5
-4
@@ -36,18 +36,19 @@ 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`
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))
42
- 2. Wait for PR to build artifacts and generate diff
43
+ 2. Wait for PR to build artifacts and generate diff (~30min)
44
3. Inspect results, merge if CI is green and the diff looks ok
44
- 4. Wait for `master` branch to build and update DNSLink at https://dist.ipfs.tech
45
+ 4. Wait for `master` branch to build and update DNSLink at https://dist.ipfs.tech (~30min)
46
- cut a pre-release on [github](https://github.com/ipfs/kubo/releases) and reuse signed artifacts from https://dist.ipfs.tech/kubo (upload the result of the ipfs/distributions build in the previous step).
47
- Announce the RC:
47
- - [ ]
48
+ - [ ] Create a new post on [Discuss](https://discuss.ipfs.io)
49
- This will automatically post to IPFS Discord #ipfs-chatter
50
- Examples from the past: [0.14.0](https://discuss.ipfs.io/t/kubo-formerly-go-ipfs-v0-14-0-release-is-out/14794)
50
- - [ ] Pin the topic
51
+ - [ ] Pin the topic. You need admin privileges for that.
52
- [ ] To the _early testers_ listed in [docs/EARLY_TESTERS.md](https://github.com/ipfs/go-ipfs/tree/master/docs/EARLY_TESTERS.md). Do this by copy/pasting their GitHub usernames and checkboxes as a comment so they get a GitHub notification. ([example](https://github.com/ipfs/go-ipfs/issues/8176#issuecomment-909356394))
53
54
Checklist: