We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a847b commit a18ecc2Copy full SHA for a18ecc2
1 file changed
.github/ISSUE_TEMPLATE/new-release.md
@@ -22,7 +22,7 @@ it accordingly for future releases.
22
- [ ] (*for specification changes only*) the `tags.cncf.io/container-device-interface/specs-go` version in `schema/go.mod`.
23
- [ ] Run `make mod-tidy` to update versions in `cmd/**/go.mod`.
24
- [ ] Run `make mod-verify` to ensure modules are up to date.
25
- - [ ] (*for specification changes only*) Add a description to the specification changes in `SPEC.md`.
+ - [ ] (*for specification changes only*) Add a description to the specification changes and update the version in `SPEC.md`.
26
- [ ] (*for specification changes only*) Implement a `requiresV*` function for the target version in `specs-go/versions.go`.
27
- [ ] Merge the PR on sufficient approval.
28
- [ ] Create a `vX.Y.Z` tag.
0 commit comments