Apply suggestions from code review
Co-authored-by: Steve Loeppky <biglep@protocol.ai>
Piotr Galar committed
Oct 19, 2022 at 14:37 UTC
cba1bdf4eadbcc21ba3127f849ca805b661f7c7a
1 file changed
+4
-4
docs/RELEASE_ISSUE_TEMPLATE.md
+4
-4
@@ -62,7 +62,7 @@ Checklist:
62
- [ ] [ipfs/kubo](https://github.com/ipfs/kubo): [example PR](https://github.com/ipfs/kubo/pull/8599)
63
- [ ] [ipfs/ipfs-docs](https://github.com/ipfs/ipfs-docs): [example PR](https://github.com/ipfs/ipfs-docs/pull/1298)
64
- [ ] Fork a new branch (`release-vX.Y.Z`) from `master`.
65
- - [ ] Bump the version in `version.go` in the `master` branch to `vX.(Y+1).0-dev`.
65
+ - [ ] Bump the version in `version.go` in the `master` branch to `vX.(Y+1).0-dev` via a PR ([example](https://github.com/ipfs/kubo/pull/9305)).
66
- [ ] **Stage 2 - Release Candidate** - _if any [non-trivial](docs/releases.md#footnotes) changes need to be included in the release, return to this stage_
67
- [ ] Bump the version in `version.go` in the `release-vX.Y.Z` branch to `vX.Y.Z-rcN`.
68
- [ ] If applicable, add new commits to the `release-vX.Y.Z` branch from `master` using `git cherry-pick -x ...`
@@ -102,7 +102,7 @@ Checklist:
102
- [ ] Check if Discourse post was automatically copied to:
103
- [ ] IPFS Discord #ipfs-chatter
104
- [ ] FIL Slack #ipfs-chatter
105
- - [ ] Matrix
105
+ - [ ] Matrix https://matrix.to/#/#ipfs-chatter:ipfs.io
106
- [ ] Mention [early testers](https://github.com/ipfs/go-ipfs/tree/master/docs/EARLY_TESTERS.md) in the comment under the release issue ([example](https://github.com/ipfs/kubo/issues/9237#issuecomment-1258072509)).
107
- [ ] **Stage 3 - Internal Testing**
108
- [ ] Library Testing.
@@ -208,10 +208,10 @@ Checklist:
208
- [ ] Merge the auto-created PR in https://github.com/ipfs/ipfs-docs/pulls ([example](https://github.com/ipfs/ipfs-docs/pull/1263))
209
- [ ] Get the blog post created and shared
210
- [ ] Submit a request for blog post creation using [the form](https://airtable.com/shrNH8YWole1xc70I).
211
- - Notify marketing in #shared-pl-marketing-requests about the blog entry request (since the form tends to go to spam).
211
+ - Notify marketing in #shared-pl-marketing-requests about the blog entry request (since the form tends to go to spam; [example]([example](https://filecoinproject.slack.com/archives/C018EJ8LWH1/p1664885305374909))).
212
- Don't mark this as done until the blog entry is live.
213
- [ ] Share the blog post
214
- - [ ] Twitter (request in Filecoin Slack channel #shared-pl-marketing-requests)
214
+ - [ ] Twitter (request in Filecoin Slack channel #shared-pl-marketing-requests; [example](https://filecoinproject.slack.com/archives/C018EJ8LWH1/p1664903524843269?thread_ts=1664885305.374909&cid=C018EJ8LWH1))
215
- [ ] [Reddit](https://reddit.com/r/ipfs)
216
- [ ] **Stage 6 - Post-Release**
217
- [ ] Merge the `release` branch back into `master`, ignoring the changes to `version.go` (keep the `-dev` version from master).