Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.01 KB

RELEASING.md

File metadata and controls

19 lines (15 loc) · 1.01 KB

Release process

Preparing for a release

Releases are performed by maintainers and should usually be discussed and planned at a maintainer meeting.

  • Choose the version number. It should be prefixed with v, e.g. v1.2.3
  • Take a quick scan through the PRs and issues to make sure there isn't anything crucial that must be in the next release.
  • Create a draft of the release note
  • Discuss the level of testing that's needed and create a test plan if sensible
  • Check what version of go is used in the build container, updating it if there's a new stable release.

Publishing the release

  1. Make sure you are on the master branch and don't have any local uncommitted changes.
  2. Create a signed tag for the release git tag -s $VERSION (Ensure that GPG keys are created and added to GitHub)
  3. Push the tag to git git push origin <TAG>
  4. Create a release on Github, using the tag which was just pushed.
  5. Add the release note to the release.
  6. Announce the release on at least the CNI mailing, IRC and Slack.