Skip to content
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

Add release cycle info to docs #1798

Merged
merged 3 commits into from
Jan 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 25 additions & 2 deletions doc/contrib/release.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
Release Process
===============
Releases
********

Release cycle
=============

0. release every 3 months (at time ``T``)
1. ``T-11`` weeks: ``all`` add your favorite Issues to the next-rel column
2. ``T-10`` weeks: ``Scrum Master`` prep dev meet (internal)

* Update/trim next-release column in Kanban
* Prepare agenda, include possible additions not covered by Kanban/Issues
* Add milestone tags (nextver, nextver+1, etc.)
3. ``T-8`` weeks: ``Release Manager`` dev meet (external/public)

* Use Kanban as starter
* Move issues around based on input
* Add milestone tags, for this release or future releases
4. ``T±0``: ``Release Manager`` release!
5. ``T+1`` weeks: ``Scrum Master`` retrospective

* set date for next release

Procedure
=========

These notes enumerate the steps required every time we release a new
version of Arbor.
Expand Down