mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Merge pull request #278 from vbatts/project-doc
Project: document release process
This commit is contained in:
+10
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user