This is a work in progress and is pending agreement on an integration-branch workflow. You don't need all of that stuff in place to get started, though.
- Create 1.12 working branch (I propose dev-1.12 instead of release-1.12) locally, based on master. Push it to upstream.
- First PR: Update config.toml to show 1.12 as the current version and add the 1.12 entry to the drop-down.
- Announce that 1.12 branch is open for new feature docs.
- Make a PR against master to edit the PR template to give advice about raising 1.12-related PRs against the 1.12 branch.
- Make an on-hold PR between the 1.12 branch and master, titled "Release Kubernetes 1.12 docs" or similar. This PR will always show the current state of the 1.12 branch, allow you to see a preview of the current state of the docs, and allow you to see all the new work that went in since it was branched.
- Periodically merge master into 1.12 by raising a PR between the two. (this is the opposite direction from step 5 above).
- Periodically merge both master and 1.12 into an integration branch TBD.
- Make a query showing all PRs raised against 1.12 and monitor that regularly. You can select all and assign them to the 1.12 milestone. But I found that the query for the base branch was easier to track.
- For a given PR, when it has technical sign-off via
/lgtm
, you almost always need to do a copyedit / rewrite. Get technical sign-off on your copyedit before approving and merging the PR, unless you are absolutely sure you haven't changed any technical meaning. If you can't handle all the copyediting, assign some of these out to other sig-docs members. - Monitor the feature tracking spreadsheet.
- Enforce deadlines. Communicate with SIGs via Slack and email lists to keep up to date on status.
- Attend the release meetings.
- Generate reference docs (after code freeze).
- For PRs that won't make the release, change their milestone and make sure everyone is clear.
- Merge master into 1.12 again if needed (check the on-hold PR for conflicts).
- Remove the hold from the on-hold PR when needed and merge into master.
- Tag the current state of the integration branch as the final commit for 1.11.
- Merge master into the integration branch TBD.
- Tag the new integration branch state as the 1.12 release.
- Close the 1.12 milestone.