From ba44404bd59f87513e506ce7b0df1495addb4faf Mon Sep 17 00:00:00 2001 From: rebeccamccabe Date: Sat, 26 Oct 2024 21:08:47 -0400 Subject: [PATCH] add forgotten step to merge before making tag --- .github/RELEASING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/RELEASING.md b/.github/RELEASING.md index 1c5f217..30c4cd7 100644 --- a/.github/RELEASING.md +++ b/.github/RELEASING.md @@ -2,5 +2,6 @@ - Make sure all tests pass - Update version and date-released in CITATION.cff - Add changes to CHANGELOG.md +- Merge PR - In the command line, make a tag with `git tag -a vX.X -m 'message'` and `git push origin --tags` - On GitHub, make a release from the tag. This should automatically trigger a Zenodo update. \ No newline at end of file