-
-
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
releases: switch to a soft release model #6500
Conversation
And other nits.
05e1ebf
to
9bb15f2
Compare
|
||
### Stage 3 - Soft Release | ||
|
||
At this stage, we consider the release to be "production ready" and ask will ask the community and our early testers to (partially) deploy the release to their production infrastructure. |
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.
In #6496, I had a separate stages for asking early testers to test in production and asking the rest of the community. I removed that here to try to keep this from dragging on but can add it back.
Thoughts @daviddias, @lanzafame?
docs/releases.md
Outdated
- version string in `version.go` has been updated | ||
- tag commit with vX.Y.Z-rcN | ||
|
||
- [ ] Stage 1 - Internal Testing |
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.
Tried to make it easier to track which stages have been completed (checking all the boxes inside the stage doesn't mean that the stage itself is done).
docs/RELEASE_TEMPLATE.md
Outdated
|
||
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). | ||
|
||
### Changelog |
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.
Thank you for the review, @Stebalien. Going to merge this branch into the other one so that we can continue commenting on only one PR |
Reworked #6496 based on feedback.