Skip to content

Commit a008456

Browse files
committed
Project: document release process
Signed-off-by: Vincent Batts <[email protected]>
1 parent d7df1b4 commit a008456

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

project.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Project docs
2+
3+
## Release Process
4+
5+
* Increment version in version.go
6+
* `git commit` version increment
7+
* `git tag` the prior commit (preferrably signed tag)
8+
* `make docs` to produce PDF and HTML copies of the spec
9+
* Make a release on [github.com/opencontainers/specs](https://github.com/opencontainers/specs/releases) for the version. Attach the produced docs.
10+

0 commit comments

Comments
 (0)