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
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/release_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ labels: release
---

## Release checklist
<!--
<!--
Please follow all of these steps in the order below.
After completing each task put an `x` in the corresponding box,
and paste the link to the relevant PR.
Expand All @@ -18,6 +18,7 @@ labels: release
- [ ] [`VERSION`](https://github.com/oxidecomputer/terraform-provider-oxide/blob/main/VERSION)
- [ ] [`internal/provider/version.go`](https://github.com/oxidecomputer/terraform-provider-oxide/blob/main/oxide/version.go)
- [ ] Update the `github.com/oxidecomputer/oxide.go` dependency to the latest release.
- [ ] Run the acceptance tests against an environment with the same Omicron version as the Go SDK version the provider is on.
- [ ] Generate the `CHANGELOG.md` file.
- [ ] Run `make changelog`
- [ ] Add the date of the release to the title
Expand Down