diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c0a4492af9f..77e07219326 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -53,6 +53,7 @@ body: description: What version of DOLFINx are you running? options: - main branch + - 0.7.3 - 0.7.2 - 0.7.1 - 0.7.0 diff --git a/RELEASE.md b/RELEASE.md index 81fa0cf912e..4244d4be5df 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -114,9 +114,11 @@ UFL still runs on the year-based release scheme. 5. In `CITATION.md` change the line starting `version:` to e.g. `version: 0.5.0` and update the line starting `date-released:` to e.g. `date-released: 2022-03-14`. -6. Commit and push. +6. In `.github/ISSUE_TEMPLATE/bug_report.yml` add a new option to the version dropdown. -7. Check `git diff origin/main` for obvious errors. +7. Commit and push. + +8. Check `git diff origin/main` for obvious errors. ## Integration testing