Add RELEASE.md with steps to create a release#258
Merged
bart0sh merged 1 commit intocncf-tags:mainfrom Mar 7, 2025
Merged
Conversation
klihub
reviewed
Mar 7, 2025
RELEASE.md
Outdated
| - [ ] (*for spec changes only*) The `tags.cncf.io/container-device-interface/specs-go` version in `schema/go.mod` | ||
| - [ ] Run `make mod-tidy` to update versions in `cmd/**/go.mod` | ||
| - [ ] Run `make mod-verify` to ensure modules are up to date. | ||
| - [ ] (*for spec changes only*) A a description to the spec changes in `SPEC.md` |
Contributor
There was a problem hiding this comment.
typo: was probably meant to be Add a description...
klihub
requested changes
Mar 7, 2025
Contributor
klihub
left a comment
There was a problem hiding this comment.
Looks good to me, apart from a small typo.
klihub
reviewed
Mar 7, 2025
RELEASE.md
Outdated
| - [ ] (*for spec changes only*) Create a `specs-go/vx.y.w` tag. (for the first spec version `w` will be the same as `z`) | ||
| - [ ] Create a GitHub release form the `vx.y.z` tag. | ||
| - [ ] (*for spec changes only*) Create a GitHub release from the `specs-go/vx.y.w` tag. | ||
| - [ ] Close the release issue, |
Contributor
There was a problem hiding this comment.
nit: trailing comma looks weird.
über-nit: maybe we should end either all or none of the sentences with a .. Now it looks a bit random.
45d6568 to
57e4b58
Compare
Signed-off-by: Evan Lezar <elezar@nvidia.com>
57e4b58 to
8aa91e1
Compare
klihub
approved these changes
Mar 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These changes add a document listing the steps of the release process.
See the following PRs for version-bump changes: