Skip to content

Commit

Permalink
Create RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dchen1107 authored Jan 27, 2017
1 parent 5126653 commit 36d7645
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Release Process

The Kubernetes cri-tools Project is released on an as-needed basis. The process is as follows:

1. An issue is proposing a new release with a changelog since the last release
1. All [OWNERS](OWNERS) must LGTM this release
1. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $VERSION`
1. The release issue is closed
1. An announcement email is sent to `[email protected]` with the subject `[ANNOUNCE] cri-tools $VERSION is released`

0 comments on commit 36d7645

Please sign in to comment.