2017-04-12 23:12:04 +00:00
|
|
|
# <a name="projectDocs" />Project docs
|
2017-02-01 00:45:59 +00:00
|
|
|
|
2017-04-12 23:12:04 +00:00
|
|
|
## <a name="projectReleaseProcess" />Release Process
|
2017-02-01 00:45:59 +00:00
|
|
|
|
|
|
|
* Increment version in [`specs-go/version.go`](specs-go/version.go)
|
|
|
|
* `git commit` version increment
|
|
|
|
* `git tag` the prior commit (preferably signed tag)
|
|
|
|
* `make docs` to produce PDF and HTML copies of the spec
|
2017-04-12 23:12:04 +00:00
|
|
|
* Make a [release][releases] for the version. Attach the produced docs.
|
2017-02-01 00:45:59 +00:00
|
|
|
|
2017-04-12 23:12:04 +00:00
|
|
|
|
|
|
|
[releases]: https://github.com/opencontainers/runtime-spec/releases
|