Open
Description
Version bump tools currently try to bump to each commit on this repo. By tagging the workflows explicitly, we might be able to prevent that.
Some things to figure out:
- What tags are allowed?
- Do tools like dependabot understand
@workflow-name-v1.2
->@workflow-name-v1.3
or do they try to bump to in between versions of other releases?