mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
13 lines
447 B
Markdown
13 lines
447 B
Markdown
# <a name="projectDocs" />Project docs
|
|
|
|
## <a name="projectReleaseProcess" />Release Process
|
|
|
|
* 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
|
|
* Make a [release][releases] for the version. Attach the produced docs.
|
|
|
|
|
|
[releases]: https://github.com/opencontainers/runtime-spec/releases
|