Skip to content

Commit

Permalink
TL: additional detail
Browse files Browse the repository at this point in the history
  • Loading branch information
tlunet committed Sep 21, 2024
1 parent cec3dfc commit 6c6d540
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/contrib/07_release_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ Commit with the message : `bump version to x.x.x` where `x.x.x` is the new versi
Then create a pull request, and once all tests passed, you can `Merge and Squash`,
possibly adding your initials as prefix of the final commit message.

> 🔔 Don't forget to delete the `new-release` branch both locally and on your fork (or the main repo) :
```bash
git push -d origin new-release # delete on remote
git branch -D new-release # delete locally
```

Finally, [draft a new release](https://github.com/Parallel-in-Time/pySDC/releases/new) associated to a new tag
`v*.*.*` (with `*.*.*` the new version, and the ` + Create new tag: ... on publish` button).
Add a comprehensive summary of the main changes, with appropriate thanks to all the contributors (cf previous releases), and publish it. This will trigger automatically a release update on [Zenodo](https://zenodo.org/doi/10.5281/zenodo.594191) and [PyPI](https://pypi.org/project/pySDC/).
Expand Down

0 comments on commit 6c6d540

Please sign in to comment.