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

Resolve #90 #91

Closed nutjob4life closed 1 year ago

nutjob4life commented 1 year ago

🗒️ Summary

Merge this if you dare mighty things and wish to resolve #90. Note that you'll also need to change every repository's stable.yaml file as follows:

on:
    push:
        branches:
            - 'release/*'

to

on:
    push:
        tags:
            - 'release/*'

since the Roundup Action will look for a tag with a release name now, not a branch anymore.

⚙️ Test Data and/or Report

See https://github.com/nasa-pds-engineering-node/exemplar and https://github.com/nasa-pds-engineering-node/epitome for successful Roundups.

♻️ Related Issues