Skip to content

Commit 8d8c489

Browse files
authored
Generate changelog for v0.2.0 (#258)
1 parent 8357536 commit 8d8c489

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/ISSUE_TEMPLATE/release_checklist.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ labels: release
1414
- [ ] Make sure the [VERSION](https://github.com/oxidecomputer/oxide.go/blob/main/VERSION) and [oxide/version.go](https://github.com/oxidecomputer/oxide.go/blob/main/oxide/version.go) files have the new version you want to release.
1515
- [ ] Make sure the changelog file in the `.changelog/` directory is set to the new version you want to release.
1616
- [ ] Make sure all examples and docs reference the new version.
17-
- [ ] Generate changelog by running `make changelog` and add date of the release to the title.
17+
- [ ] Make sure you've pulled the latest tag on main, and generate changelog by running `make changelog`. Add the date of the release to the title, and update associated Oxide API version.
1818
- [ ] Release the new version by running `make tag`.
1919
- [ ] Update GitHub release description with release notes generated from `make changelog`.
2020
- [ ] Create a release branch from the commit of the release tag.

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v0.2.0 (2025/Jan/07)
2+
3+
Generated from Oxide API version [20241204.0.0](https://github.com/oxidecomputer/omicron/blob/rel/v12/rc1/openapi/nexus.json)
4+
5+
### Notes
6+
7+
This release is solely a version bump. Since pkg.go.dev does not recognise git tags with metadata suffixes,
8+
we are not able to set build metadata like the previous version. See associated [commit](https://go-review.googlesource.com/c/pkgsite/+/343631).
9+
10+
### List of commits
11+
12+
- [8357536](https://github.com/oxidecomputer/oxide.go/commit/8357536) Bump version for release v0.2.0 (#257)
13+
- [f314faf](https://github.com/oxidecomputer/oxide.go/commit/f314faf) release: bump to next version (#255)
14+
- [230e0cc](https://github.com/oxidecomputer/oxide.go/commit/230e0cc) release: v0.1.0+20241204.0.0 (#254)
15+
116
# v0.1.0+20241204.0.0 (2025/Jan/06)
217

318
### Breaking changes

0 commit comments

Comments
 (0)