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
9 changes: 2 additions & 7 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ assignees: ''
<!-- } else if release is Minor release use section { -->
## Known blockers

- [ ] Something is blocking the PR because of ...
- [ ] issue #... blocking the release because of ...

<!-- } -->

Expand All @@ -31,13 +31,8 @@ assignees: ''

## Post-release

- [ ] Merge dune changelog in `main` [link to dune PR]
- [ ] Update ocaml.org changelog [link to ocaml.org PR]
- [ ] Merge release branch into `main` [link to dune PR]
- [ ] Write a post about the release on Discuss [link to post]
- [ ] Store the revdeps error file in the [logs](https://github.com/ocaml/dune/wiki/Reverse-dependencies-CI-logs)
<!-- If minor release uncomment this -->
<!-- - [ ] Increase `lang dune` number -->

## Last stage

- [ ] Close tracking issue
Loading