NASA-PDS / roundup-action

Do a "roundup", a/k/a PDS-style continuous integration and delivery
Apache License 2.0
1 stars 4 forks source link

stable ci should not try to tag #5

Closed tloubrieu-jpl closed 3 years ago

tloubrieu-jpl commented 3 years ago

Describe the bug git push vX.Y.Z should not do lines 153–172 on https://github.com/NASA-PDS/roundup-action/blob/master/src/pds/roundup/_maven.py (and same for _python.py)

In other words, if stable don't do that! Because we only want assembly: stable for git push vX.Y.Z

To Reproduce Test a stable release ci, for example https://github.com/NASA-PDS/pds-registry-mgr-elastic/runs/1334124617?check_suite_focus=true

Expected behavior When ci is stable, the tag are not managed by the ci but by the user.