chore: update RELEASE_CHECKLIST.md (#10542)
Update distribution publishing procedure
Andrew Gillis committed
Oct 16, 2024 at 08:03 UTC
c488864f93bc9a0a87ff89a31d7a0d5b005a1fc2
1 file changed
+2
-1
docs/RELEASE_CHECKLIST.md
+2
-1
@@ -84,9 +84,10 @@ This section covers tasks to be done during each release.
84
- [ ] verify the image is available on [Docker Hub](https://hub.docker.com/r/ipfs/kubo/tags)
85
- [ ] 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>
86
- [ ] check out [ipfs/distributions](https://github.com/ipfs/distributions)
87
+ - [ ] create new branch: run `git checkout -b release-kubo-X.Y.Z(-rcN)`
88
- [ ] run `./dist.sh add-version kubo vX.Y.Z(-RCN)` to add the new version to the `versions` file
89
- [usage](https://github.com/ipfs/distributions#usage)
89
- - [ ] create and merge the PR which updates `dists/kubo/versions` and `dists/go-ipfs/versions` ( and `dists/kubo/current_version` and `dists/go-ipfs/current_version`)
90
+ - [ ] create and merge the PR which updates `dists/kubo/versions` and `dists/go-ipfs/versions` ( and `dists/kubo/current` and `dists/go-ipfs/current`)
91
- [example](https://github.com/ipfs/distributions/pull/760)
92
- [ ] wait for the [CI](https://github.com/ipfs/distributions/actions/workflows/main.yml) workflow run initiated by the merge to master to finish
93
- [ ] verify the release is available on [dist.ipfs.tech](https://dist.ipfs.tech/#kubo)