-
Notifications
You must be signed in to change notification settings - Fork 600
Project: document release process #278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| # Project docs | ||
|
|
||
| ## Release Process | ||
|
|
||
| * Increment version in version.go | ||
| * `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. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Move the last sentence to a new line.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it's on a bullet though
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 |
||
|
|
||
There was a problem hiding this comment.
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.