Skip to content

Commit

Permalink
Merge pull request #2741 from boutproject/dschwoerer-patch-1
Browse files Browse the repository at this point in the history
Update RELEASE_HOWTO.md
  • Loading branch information
bendudson authored Sep 14, 2023
2 parents 2e4fdbf + fce2e70 commit 9e734c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manual/RELEASE_HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ Before merging PR:
- [ ] [`manual/doxygen/Doxyfile_readthedocs`][Doxyfile_readthedocs]: `PROJECT_NUMBER`
- [ ] [`manual/doxygen/Doxyfile`][Doxyfile]: `PROJECT_NUMBER`
- [ ] [`CMakeLists.txt`][CMakeLists]: `_bout_previous_version`, `_bout_next_version`
- [ ] [`tools/pylib/_boutpp_build/backend.py`][backend.py]: `_bout_previous_version`, `_bout_next_version`


After PR is merged:
Expand All @@ -60,6 +59,10 @@ After PR is merged:
- [ ] Try to summarise the changes!
- [ ] Make [GitHub Release][gh_release], include change summary **NB:** tag should have
leading `v`
- [ ] Make tarball: `cmake -S . -B build && make dist -C build`
- [ ] Check tarball:
- [ ] Is the folder name correct?
- [ ] grep for the version - is always the released version used, not a pre-release?
- [ ] Upload tarball to GitHub Release
- [ ] Upload tarball to Zenodo and publish new version
- [ ] Email BOUT++ User Group mailing list, include change summary
Expand Down

0 comments on commit 9e734c9

Please sign in to comment.