Skip to content

Commit 2ec1260

Browse files
committed
Only bump specs.CurrentVersion for spec updates
This change updates the release issue template to indicate that the specs.CurrentVersion should only be bumped if the spec is being udpated. Signed-off-by: Evan Lezar <elezar@nvidia.com>
1 parent d4bf214 commit 2ec1260

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/ISSUE_TEMPLATE/new-release.md

Lines changed: 1 addition & 1 deletion
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)