Project: document release process

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2015-12-21 16:07:39 -05:00
parent d7df1b4f82
commit a008456e7f
1 changed files with 10 additions and 0 deletions

10
project.md Normal file
View File

@ -0,0 +1,10 @@
# Project docs
## Release Process
* Increment version in version.go
* `git commit` version increment
* `git tag` the prior commit (preferrably signed tag)
* `make docs` to produce PDF and HTML copies of the spec
* Make a release on [github.com/opencontainers/specs](https://github.com/opencontainers/specs/releases) for the version. Attach the produced docs.