2017-03-03 03:01:18 +08:00
|
|
|
# <a name="projectDocs" />Project docs
|
2015-12-22 05:07:39 +08:00
|
|
|
|
2017-03-03 03:01:18 +08:00
|
|
|
## <a name="projectReleaseProcess" />Release Process
|
2015-12-22 05:07:39 +08:00
|
|
|
|
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
|
2017-02-10 04:32:39 +08:00
|
|
|
* Make a [release][releases] for the version. Attach the produced docs.
|
2015-12-22 05:07:39 +08:00
|
|
|
|
2017-02-10 04:32:39 +08:00
|
|
|
|
|
|
|
[releases]: https://github.com/opencontainers/runtime-spec/releases
|