2015-12-22 05:07:39 +08:00
|
|
|
# Project docs
|
|
|
|
|
|
|
|
## Release Process
|
|
|
|
|
2016-03-11 05:37:12 +08:00
|
|
|
* Increment version in [`specs-go/version.go`](specs-go/version.go)
|
2015-12-22 05:07:39 +08:00
|
|
|
* `git commit` version increment
|
2016-03-21 18:51:19 +08:00
|
|
|
* `git tag` the prior commit (preferably signed tag)
|
2015-12-22 05:07:39 +08:00
|
|
|
* `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.
|
|
|
|
|