docs: init release issue template improvement process v0.16.0
galargh committed
Sep 19, 2022 at 11:48 UTC
f7df8d73189ecd9dc30cd9c9db087e76afcf0ce5
1 file changed
+5
-3
docs/RELEASE_ISSUE_TEMPLATE.md
+5
-3
@@ -1,3 +1,5 @@
1
+<!-- Last updated by @galargh during [0.16.0 release](https://github.com/ipfs/kubo/issues/9237) -->
2
+
3
> Release Issue Template. If doing a patch release, see [here](https://github.com/ipfs/kubo/blob/master/docs/PATCH_RELEASE_TEMPLATE.md)
4
5
# Items to do upon creating the release issue
@@ -72,7 +74,7 @@ Checklist:
74
- [ ] CHANGELOG.md has been updated
75
- use [`./bin/mkreleaselog`](https://github.com/ipfs/go-ipfs/tree/master/bin/mkreleaselog) to generate a nice starter list
76
- you need to install `zsh`.
75
- - [ ] Infrastructure Testing.
77
+ - [ ] Infrastructure Testing.
78
- [ ] Open an issue against https://github.com/protocol/bifrost-infra and spell out all that we want (e.g.,mgateways, bootstrapper, and cluster). [example](https://github.com/protocol/bifrost-infra/issues/2046)
79
- [ ] Deploy new version to a subset of Bootstrappers
80
- [ ] Deploy new version to a subset of Gateways
@@ -124,7 +126,7 @@ Checklist:
126
- [ ] After publishing the GitHub release, run the workflow to attach the release assets: https://github.com/ipfs/go-ipfs/actions/workflows/sync-release-assets.yml
127
- [ ] to [arch](https://www.archlinux.org/packages/community/x86_64/go-ipfs/) (flag it out of date)
128
- [ ] Cut a new ipfs-desktop release
127
- - [ ] Get a blog post created
129
+ - [ ] Get a blog post created
130
- [Submit a request using this form](https://airtable.com/shrNH8YWole1xc70I).
131
- Notify marketing in #shared-pl-marketing-requests about the blog entry request (since the form gets spam).
132
- Don't mark this as done until the blog entry is live.
@@ -138,7 +140,7 @@ Checklist:
140
- [ ] Create an issue using this release issue template for the _next_ release.
141
- [ ] Make sure any last-minute changelog updates from the blog post make it back into the CHANGELOG.
142
- [ ] Mark PR draft created for IPFS Desktop as ready for review.
141
-
143
+
144
## ⁉️ Do you have questions?
145
146
The best place to ask your questions about IPFS, how it works and what you can do with it is at [discuss.ipfs.io](http://discuss.ipfs.io). We are also available at the `#ipfs` channel on Freenode, which is also [accessible through our Matrix bridge](https://riot.im/app/#/room/#freenode_#ipfs:matrix.org).