recast-hep / recast-atlas

CLI for ATLAS RECAST contributors
https://recast.docs.cern.ch/
Apache License 2.0
5 stars 5 forks source link

docs: Include push of commit in release workflow instructions #63

Closed matthewfeickert closed 2 years ago

matthewfeickert commented 2 years ago

Amends PR #61

It turns out that

https://github.com/recast-hep/recast-atlas/blob/7bb98286e2bddce46c18afa88eee88a53e6f4998/docs/maintainer-notes.md#L21-L23

isn't quite enough as that will only push the new tag with no commit. To push both the commit and the tag at the same time use

git push origin <default branch name> --tags

Squash and merge commit message:

* Include commit information to push with tags when triggering deployment to TestPyPI
   - Amends PR #61
* Fix typos in README