From a008456e7fd7759908cd30ee95eda950ec9dadcd Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 21 Dec 2015 16:07:39 -0500 Subject: [PATCH] Project: document release process Signed-off-by: Vincent Batts --- project.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 project.md diff --git a/project.md b/project.md new file mode 100644 index 00000000..30bce26b --- /dev/null +++ b/project.md @@ -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. +