Skip to content
Draft
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
12 changes: 9 additions & 3 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,31 @@ labels: ["release"]
assignees: ''
---

<!-- If release is Patch release use section { -->
## Preparation

<!-- If release is Patch release use section { -->[
- Need backport:
- [link to PR to backport]
- Backports:
- [link to backport PR]

<!-- } else if release is Minor release use section { -->
## Known blockers
### Known blockers

- [ ] Something is blocking the PR because of ...

### Pre-release validation

- [ ] Validate Mirage by running https://github.com/ocaml/dune/actions/workflows/mirage.yml on the main branch
- [ ] Audit changes to ensure all significant changes have been logged
- [ ] Alpha-time! (TODO)

<!-- } -->

## Release

<!-- Replace X.Y.Z with the correct Dune version -->

- [ ] Create a new `X.Y` release branch
- [ ] Update dune changelog to `X.Y.Z` on `X.Y` branch [link to dune PR]
- [ ] Open then pull request on `opam-repository` [link to OPAM PR]
- [ ] Triage (ensure it does not break anything)
Expand Down
Loading