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-beta4
#200
Closed
karencfv
closed
7 months ago
karencfv
commented
8 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/203
[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/204
[x] Create a new file for the next release in
.changelog/
https://github.com/oxidecomputer/oxide.go/pull/204
Release checklist
make changelog
and add date of the release to the title. https://github.com/oxidecomputer/oxide.go/pull/203make tag
.