You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
galaxy_version_increment and galaxy_version_commit
that read in the current value in galaxy.yml, increment it in major/minor/patch and commit the changed file to the branch that triggered the action run.
The text was updated successfully, but these errors were encountered:
That is a neat tool! I need to set aside some time to do this.
I've been thinking of this feature as primarily beneficial to make CI testing in this repo easier for me. I'd be interested to hear about scenarios in which this might be useful to consumers of the Action as well.
This action should supply 2 input parameters:
galaxy_version_increment
andgalaxy_version_commit
that read in the current value in
galaxy.yml
, increment it in major/minor/patch and commit the changed file to the branch that triggered the action run.The text was updated successfully, but these errors were encountered: