-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update RELEASE_ISSUE_TEMPLATE.md #9213
Conversation
Per 2022-08-22 discussion, the list in https://github.com/ipfs/kubo/blob/master/docs/EARLY_TESTERS.md should be updated (I don't know what to). |
@@ -70,7 +71,7 @@ Checklist: | |||
- [ ] **Stage 1 - Internal Testing** | |||
- [ ] CHANGELOG.md has been updated | |||
- use [`./bin/mkreleaselog`](https://github.com/ipfs/go-ipfs/tree/master/bin/mkreleaselog) to generate a nice starter list | |||
- [ ] Infrastructure Testing: | |||
- [ ] Infrastructure Testing. Open an issue against https://github.com/protocol/bifrost-infra like https://github.com/protocol/bifrost-infra/issues/2046 but spell out all that we want (gateways, bootstrapper, and cluster) | |||
- [ ] Deploy new version to a subset of Bootstrappers | |||
- [ ] Deploy new version to a subset of Gateways | |||
- [ ] Deploy new version to a subset of Preload nodes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Collect metrics every day
: Specify how to collect these metrics.
@@ -70,7 +71,7 @@ Checklist: | |||
- [ ] **Stage 1 - Internal Testing** | |||
- [ ] CHANGELOG.md has been updated | |||
- use [`./bin/mkreleaselog`](https://github.com/ipfs/go-ipfs/tree/master/bin/mkreleaselog) to generate a nice starter list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How I make it works:
- install zsh
- GO111MODULE=off go get -u github.com/ipfs/kubo
- Go to $GOPATH/src/ipfs/kubo and execute
./bin/mkreleaselog
2022-08-25:
|
2022-08-31 items from @ajnavarro and @BigLep discussion:
|
Ready for review and merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not seeing any reason to merge this since this is only making it better.
I think there are key things we need address for next time like:
- Cleanup the document to bias towards having 1 RC. The current template is from days where we'd go months without releasing which then made it more likely we'd have multiple RCs. I think the document will be cleaner to follow if we assume 1 RC. We can then callout what you do if there are multiple RCs.
- Reduce duplication between the content in this issue and items that will be in the release specific changelog.md file. I vote for us just linking to the chanelog.md file from here.
Co-authored-by: Marcin Rataj <[email protected]>
Co-authored-by: Marcin Rataj <[email protected]>
b0f9301
to
289b4e1
Compare
No description provided.