Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ it accordingly for future releases.

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