Skip to content

Commit d0e32ec

Browse files
authored
Merge pull request #264 from elezar/update-release-template
Only bump specs.CurrentVersion for spec updates
2 parents d4bf214 + 2ec1260 commit d0e32ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/new-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ it accordingly for future releases.
1616

1717
- [ ] Create a PR titled `Bump version to vX.Y.Z` including the following changes:
1818
- [ ] Change the following to the target version `vX.Y.Z`:
19-
- [ ] the `CurrentVersion` in `specs-go/versions.go`,
2019
- [ ] the `tags.cncf.io/container-device-interface` version in `schema/go.mod`,
20+
- [ ] (*for specification changes only*) the `CurrentVersion` in `specs-go/versions.go`,
2121
- [ ] (*for specification changes only*) the `tags.cncf.io/container-device-interface/specs-go` version in go.mod,
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`.

0 commit comments

Comments
 (0)