Skip to content

Commit 58431fc

Browse files
committed
Update SPEC.md instructions in release template
Signed-off-by: Evan Lezar <[email protected]>
1 parent 35a847b commit 58431fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/new-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ it accordingly for future releases.
2222
- [ ] (*for specification changes only*) the `tags.cncf.io/container-device-interface/specs-go` version in `schema/go.mod`.
2323
- [ ] Run `make mod-tidy` to update versions in `cmd/**/go.mod`.
2424
- [ ] 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`.
25+
- [ ] (*for specification changes only*) Add a description to the specification changes aand update the version in `SPEC.md`.
2626
- [ ] (*for specification changes only*) Implement a `requiresV*` function for the target version in `specs-go/versions.go`.
2727
- [ ] Merge the PR on sufficient approval.
2828
- [ ] Create a `vX.Y.Z` tag.

0 commit comments

Comments
 (0)