mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
docs: update release checklist based on v0.38.0 learnings (#11007)
Some checks failed
CodeQL / codeql (push) Has been cancelled
Docker Check / lint (push) Has been cancelled
Docker Check / build (push) Has been cancelled
Gateway Conformance / gateway-conformance (push) Has been cancelled
Gateway Conformance / gateway-conformance-libp2p-experiment (push) Has been cancelled
Go Build / go-build (push) Has been cancelled
Go Check / go-check (push) Has been cancelled
Go Lint / go-lint (push) Has been cancelled
Go Test / go-test (push) Has been cancelled
Interop / interop-prep (push) Has been cancelled
Sharness / sharness-test (push) Has been cancelled
Spell Check / spellcheck (push) Has been cancelled
Interop / helia-interop (push) Has been cancelled
Interop / ipfs-webui (push) Has been cancelled
Some checks failed
CodeQL / codeql (push) Has been cancelled
Docker Check / lint (push) Has been cancelled
Docker Check / build (push) Has been cancelled
Gateway Conformance / gateway-conformance (push) Has been cancelled
Gateway Conformance / gateway-conformance-libp2p-experiment (push) Has been cancelled
Go Build / go-build (push) Has been cancelled
Go Check / go-check (push) Has been cancelled
Go Lint / go-lint (push) Has been cancelled
Go Test / go-test (push) Has been cancelled
Interop / interop-prep (push) Has been cancelled
Sharness / sharness-test (push) Has been cancelled
Spell Check / spellcheck (push) Has been cancelled
Interop / helia-interop (push) Has been cancelled
Interop / ipfs-webui (push) Has been cancelled
- clarify staging environment step for FINAL releases - mark infrastructure updates (collab cluster, bootstrappers) as FINAL only - improve ipfs-desktop release step wording - update discourse topic examples to v0.38.0 - reference v0.38.0 release issue in metadata comment
This commit is contained in:
parent
40c027aa74
commit
c04781c7f7
@ -1,4 +1,4 @@
|
||||
<!-- Last updated during [v0.37.0 release](https://github.com/ipfs/kubo/issues/10867) -->
|
||||
<!-- Last updated during [v0.38.0 release](https://github.com/ipfs/kubo/issues/10884) -->
|
||||
|
||||
# ✅ Release Checklist (vX.Y.Z[-rcN])
|
||||
|
||||
@ -80,18 +80,18 @@ If you're making a release for the first time, do pair programming and have the
|
||||
- [ ] Update [ipshipyard/waterworks-infra](https://github.com/ipshipyard/waterworks-infra)
|
||||
- [ ] Update Kubo staging environment ([Running Kubo tests on staging](https://www.notion.so/Running-Kubo-tests-on-staging-488578bb46154f9bad982e4205621af8))
|
||||
- [ ] **RC:** Test last release against current RC
|
||||
- [ ] **FINAL:** Test last release against current one
|
||||
- [ ] Update collab cluster boxes to the tagged release
|
||||
- [ ] Update libp2p bootstrappers to the tagged release
|
||||
- [ ] **FINAL:** Latest release on both boxes
|
||||
- [ ] **FINAL:** Update collab cluster boxes to the tagged release
|
||||
- [ ] **FINAL:** Update libp2p bootstrappers to the tagged release
|
||||
- [ ] Smoke test with [IPFS Companion Browser Extension](https://docs.ipfs.tech/install/ipfs-companion/)
|
||||
- [ ] Update [ipfs-desktop](https://github.com/ipfs/ipfs-desktop)
|
||||
- [ ] Create PR updating kubo version in `package.json` and `package-lock.json`
|
||||
- [ ] **FINAL only:** Merge and create/request new release
|
||||
- [ ] **FINAL:** Merge PR and ship new ipfs-desktop release
|
||||
- [ ] **FINAL only:** Update [docs.ipfs.tech](https://docs.ipfs.tech/): run [update-on-new-ipfs-tag.yml](https://github.com/ipfs/ipfs-docs/actions/workflows/update-on-new-ipfs-tag.yml) workflow and merge the PR
|
||||
|
||||
### Promotion
|
||||
|
||||
- [ ] Create [IPFS Discourse](https://discuss.ipfs.tech) topic ([RC example](https://discuss.ipfs.tech/t/kubo-v0-16-0-rc1-release-candidate-is-out/15248), [FINAL example](https://discuss.ipfs.tech/t/kubo-v0-37-0-is-out/19673))
|
||||
- [ ] Create [IPFS Discourse](https://discuss.ipfs.tech) topic ([RC example](https://discuss.ipfs.tech/t/kubo-v0-38-0-rc2-is-out/19772), [FINAL example](https://discuss.ipfs.tech/t/kubo-v0-38-0-is-out/19795))
|
||||
- [ ] Title: `Kubo vX.Y.Z(-rcN) is out!`, tag: `kubo`
|
||||
- [ ] Use title as heading (`##`) in description
|
||||
- [ ] Include: GitHub release link, IPNS binaries, docker pull command, release notes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user