Skip to content

Commit d09cc0a

Browse files
author
Mrunal Patel
committed
Merge pull request opencontainers#278 from vbatts/project-doc
Project: document release process
2 parents d7df1b4 + a008456 commit d09cc0a

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)