Closed
Description
- Create a PR titled
Bump version to v1.0.0
including the following changes:- Change the following to the target version
v1.0.0
:- the
CurrentVersion
inspecs-go/versions.go
, - the
tags.cncf.io/container-device-interface
version inschema/go.mod
, - (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 inschema/go.mod
.
- the
- Run
make mod-tidy
to update versions incmd/**/go.mod
. - Run
make mod-verify
to ensure modules are up to date. - (for specification changes only) Add a description to the specification changes in
SPEC.md
. - (for specification changes only) Implement a
requiresV*
function for the target version inspecs-go/versions.go
.
- Change the following to the target version
- Merge the PR on sufficient approval.
- Create a
v1.0.0
tag. - (for specification changes only) Create a
specs-go/v1.0.0
tag. (for the first spec versionw
will be the same asz
) - Create a GitHub release form the
v1.0.0
tag. - (for specification changes only) Create a GitHub release from the
specs-go/v1.0.0
tag. - Close the release issue.
Metadata
Metadata
Assignees
Labels
No labels