Skip to content

Commit

Permalink
Add 0.7.3 to bug report issue template (#3014)
Browse files Browse the repository at this point in the history
* Add 0.7.3 to bug report issue template

* Add note regarding version bump
  • Loading branch information
jorgensd authored Jan 23, 2024
1 parent f85b780 commit 0a65703
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0a65703

Please sign in to comment.