puppetlabs / cat-github-actions

1 stars 4 forks source link

(CONT-233) - Compute Gem Version #20

Closed jordanbreen28 closed 1 year ago

jordanbreen28 commented 1 year ago

Prior to this PR, when releasing a gem you would need to first manually update the gem version in version.rb, open a PR and merge before running gem_release_prep.yml.

This PR removes the need to do that, now executing gem_release_prep.yml will get take an inputted version and update the version.rb file on the gem before creating a release prep PR.

jordanbreen28 commented 1 year ago

Examples of this working here (and workflow run here)

jordanbreen28 commented 1 year ago

Working after suggested changes https://github.com/puppetlabs/puppet-lint/pull/101/files