ansible_galaxy_collection icon indicating copy to clipboard operation
ansible_galaxy_collection copied to clipboard

Automatically increment version in galaxy.yml

Open artis3n opened this issue 5 years ago • 3 comments

This action should supply 2 input parameters:

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.

artis3n avatar Apr 05 '20 23:04 artis3n

This will remove the need to manually bump versions in the test cases inside this repo, which would be awesome.

artis3n avatar Apr 11 '20 00:04 artis3n

@artis3n you can probably do this easily with yot instead of templating.

ahuffman avatar Jun 30 '22 17:06 ahuffman

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.

artis3n avatar Jun 30 '22 19:06 artis3n