mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
docs: update RELEASE_CHECKLIST.md (#10496)
This commit is contained in:
parent
3799c32971
commit
4842d6e547
@ -27,7 +27,7 @@ We will ask early testers to participate at two points in the process:
|
||||
- [ ] Infura (@MichaelMure)
|
||||
- [ ] OrbitDB (@haydenyoung)
|
||||
- [ ] Pinata (@obo20)
|
||||
- [ ] PL EngRes bifrost (@cewood ns4plabs)
|
||||
- [ ] Shipyard (@cewood, @ns4plabs)
|
||||
- [ ] Siderus (@koalalorenzo)
|
||||
- [ ] Textile (@sanderpick)
|
||||
- [ ] @RubenKelevra
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<!-- Last updated during [v0.26.0 release](https://github.com/ipfs/kubo/issues/10259) -->
|
||||
<!-- Last updated during [v0.30.0 release](https://github.com/ipfs/kubo/pull/10496) -->
|
||||
|
||||
# ✅ Release Checklist (vX.Y.Z[-rcN])
|
||||
|
||||
@ -62,7 +62,7 @@ This section covers tasks to be done during each release.
|
||||
- [example](https://github.com/ipfs/kubo/pull/9306)
|
||||
- [ ] Cherry-pick commits from `master` to the `release-vX.Y.Z` using `git cherry-pick -x <commit>`
|
||||
- [ ]  Add full changelog and contributors to the [changelog](docs/changelogs/vX.Y.md)
|
||||
- [ ]  Replace the `Changelog` and `Contributors` sections of the [changelog](docs/changelogs/vX.Y.md) with the stdout of `./bin/mkreleaselog`
|
||||
- [ ]  Replace the `Changelog` and `Contributors` sections of the [changelog](docs/changelogs/vX.Y.md) with the stdout of `./bin/mkreleaselog`. Note that the command expects your `$GOPATH/src/github.com/ipfs/kubo` to include latest commits from `release-vX.Y`
|
||||
- do **NOT** copy the stderr
|
||||
- [ ] verify all CI checks on the PR from `release-vX.Y` to `release` are passing
|
||||
- [ ]  Merge the PR from `release-vX.Y` to `release` using the `Create a merge commit`
|
||||
@ -77,10 +77,11 @@ This section covers tasks to be done during each release.
|
||||
- [ ] ⚠️ push the tag to GitHub using `git push origin vX.Y.Z(-RCN)`
|
||||
- do **NOT** use `git push --tags` because it pushes all your local tags
|
||||
</details>
|
||||
- [ ] Verify [ipfs/distributions](https://github.com/ipfs/distributions)'s `.tool-versions`'s `golang` entry is set to the [latest go release](https://go.dev/doc/devel/release) on the major go branch [Kubo is being tested on](https://github.com/ipfs/kubo/blob/master/.github/workflows/gotest.yml) (see `go-version:`).
|
||||
- [ ] Publish to Dockerhub, NPM, and dist.ipfs.tech and GitHub using `./kuboreleaser --skip-check-before --skip-run release --version vX.Y.Z(-rcN) publish-to-all` or follow each step below:
|
||||
- [ ] Publish the release to [DockerHub](https://hub.docker.com/r/ipfs/kubo/) <details><summary>using `./kuboreleaser --skip-check-before --skip-run release --version vX.Y.Z(-rcN) publish-to-dockerhub` or ...</summary>
|
||||
- [ ] Wait for [Publish docker image](https://github.com/ipfs/kubo/actions/workflows/docker-image.yml) workflow run initiated by the tag push to finish
|
||||
- [ ] verify the image is available on [Docker Hub](https://hub.docker.com/r/ipfs/kubo/tags)
|
||||
- [ ] Verify [ipfs/distributions](https://github.com/ipfs/distributions)'s `.tool-versions`'s `golang` entry is set to the [latest go release](https://go.dev/doc/devel/release) on the major go branch [Kubo is being tested on](https://github.com/ipfs/kubo/blob/master/.github/workflows/gotest.yml) (see `go-version:`).
|
||||
- [ ] Publish the release to [dist.ipfs.tech](https://dist.ipfs.tech) <details><summary>using `./kuboreleaser release --version vX.Y.Z(-rcN) publish-to-distributions` or ...</summary>
|
||||
- [ ] check out [ipfs/distributions](https://github.com/ipfs/distributions)
|
||||
- [ ] run `./dist.sh add-version kubo vX.Y.Z(-RCN)` to add the new version to the `versions` file
|
||||
@ -109,8 +110,9 @@ This section covers tasks to be done during each release.
|
||||
- [ ] wait for the [sync-release-assets](https://github.com/ipfs/kubo/actions/workflows/sync-release-assets.yml) workflow run to finish
|
||||
- [ ] verify the release assets are present in the [GitHub release](https://github.com/ipfs/kubo/releases/tag/vX.Y.Z(-RCN))
|
||||
</details>
|
||||
- [ ] Run Thunderdome testing, see the [Thunderdome release docs](./releases_thunderdome.md) for details
|
||||
- [ ] create a PR and merge the experiment config into Thunderdome
|
||||
- [ ] Update Kubo staging environment, see the [Running Kubo tests on staging](https://www.notion.so/Running-Kubo-tests-on-staging-488578bb46154f9bad982e4205621af8) for details.
|
||||
- [ ]  Test last release against the current RC
|
||||
- [ ]  Test last release against the current one
|
||||
- [ ] Promote the release <details><summary>using `./kuboreleaser release --version vX.Y.Z(-rcN) promote` or ...</summary>
|
||||
- [ ] create an [IPFS Discourse](https://discuss.ipfs.tech) topic
|
||||
- [prerelease example](https://discuss.ipfs.tech/t/kubo-v0-16-0-rc1-release-candidate-is-out/15248)
|
||||
@ -151,10 +153,6 @@ This section covers tasks to be done during each release.
|
||||
- [ ]  run the [update-on-new-ipfs-tag.yml](https://github.com/ipfs/ipfs-docs/actions/workflows/update-on-new-ipfs-tag.yml) workflow
|
||||
- [ ]  merge the PR created by the [update-on-new-ipfs-tag.yml](https://github.com/ipfs/ipfs-docs/actions/workflows/update-on-new-ipfs-tag.yml) workflow run
|
||||
</details>
|
||||
- [ ]  Ask Brave to update Kubo in Brave Desktop
|
||||
- [ ]  use [this link](https://github.com/brave/brave-browser/issues/new?assignees=&labels=OS%2FDesktop&projects=&template=desktop.md&title=) to create an issue for the new Kubo version
|
||||
- [basic example](https://github.com/brave/brave-browser/issues/31453), [example with additional notes](https://github.com/brave/brave-browser/issues/27965)
|
||||
- [ ]  post link to the issue in `#shared-pl-brave` for visibility
|
||||
- [ ]  Create a blog entry on [blog.ipfs.tech](https://blog.ipfs.tech) <details><summary>using `./kuboreleaser release --version vX.Y.Z(-rcN) update-ipfs-blog --date YYYY-MM-DD` or ...</summary>
|
||||
- [ ]  create a PR which adds a release note for the new Kubo version
|
||||
- [example](https://github.com/ipfs/ipfs-blog/pull/529)
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<!-- Last updated during [v0.27.0 release](https://github.com/ipfs/kubo/issues/10306) -->
|
||||
<!-- Last updated during [v0.30.0 release](https://github.com/ipfs/kubo/pull/10496) -->
|
||||
|
||||
# Items to do upon creating the release issue
|
||||
|
||||
@ -22,7 +22,6 @@
|
||||
* Expected RC date: week of YYYY-MM-DD
|
||||
* 🚢 Expected final release date: YYYY-MM-DD
|
||||
* Release PR: <add link once release PR is created>
|
||||
* Thunderdome PR: <add link once thunderdome PR is created>
|
||||
* Accompanying PR for improving the release process: ([example](https://github.com/ipfs/kubo/pull/9391))
|
||||
* Changelog: https://github.com/ipfs/kubo/blob/master/docs/changelogs/vX.Y.md
|
||||
|
||||
|
||||
@ -50,7 +50,7 @@ This will build the Docker images, upload them to ECR, and then launch the exper
|
||||
|
||||
## Analyze Results
|
||||
|
||||
Add a log entry in https://www.notion.so/pl-strflt/ce2d1bd56f3541028d960d3711465659 and link to it from the release issue, so that experiment results are publicly visible.
|
||||
Add a log entry in https://www.notion.so/ceb2047e79f2498494077a2739a6c493 and link to it from the release issue, so that experiment results are publicly visible.
|
||||
|
||||
The `deploy` command will output a link to the Grafana dashboard for the experiment. We don't currently have rigorous acceptance criteria, so you should look for anomalies or changes in the metrics and make sure they are tolerable and explainable. Unexplainable anomalies should be noted in the log with a screenshot, and then root caused.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user