We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7df1b4 + a008456 commit d09cc0aCopy full SHA for d09cc0a
project.md
@@ -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