Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions project.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Project docs

## Release Process

* Increment version in version.go
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this happen before or after the release? See #203 bumping well before the 0.2.0 release, and my comment in #194 suggesting we either use SemVer's pre-release markers or increase our cadence.

* `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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move the last sentence to a new line.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's on a bullet though

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, disregard the newline thing. Our team actually deprecated the one sentence per-line rule after finding that git log -p --word-diff and github's improved "smart diff" is sufficient: https://github.com/coreos/docs/blob/master/STYLE.md#line-wrapping-considered-harmful