issues
search
oxidecomputer
/
oxide.go
The Go SDK for Oxide.
Mozilla Public License 2.0
17
stars
3
forks
source link
Release v0.1.0-beta6
#211
Closed
karencfv
closed
6 months ago
karencfv
commented
6 months ago
Release checklist
[x] Make sure the
VERSION
and
oxide/version.go
files have the new version you want to release.
[x] Make sure all examples and docs reference the new version.
[x] Generate changelog by running
make changelog
and add date of the release to the title.
https://github.com/oxidecomputer/oxide.go/pull/213
[x] Release the new version by running
make tag
.
[x] Bump the version in
VERSION
and
oxide/version.go
https://github.com/oxidecomputer/oxide.go/pull/214
[x] Create a new file for the next release in
.changelog/
https://github.com/oxidecomputer/oxide.go/pull/214
Release checklist
make changelog
and add date of the release to the title. https://github.com/oxidecomputer/oxide.go/pull/213make tag
.