quarkus-github-action icon indicating copy to clipboard operation
quarkus-github-action copied to clipboard

Artifact Version Must Be Manually Changed in action.yml when Releasing a New Project Version

Open gcw-it opened this issue 1 year ago • 0 comments

While experimenting with the extension I found it quite error prone, to have to manually change the artifact-version for the jbang run command in the action.yml file, when releasing a new project version.

Right now the version in the action.yml is set once, when the project is created via the codestart. Any subsequent changes to the project version won't affect the version in the action.yml.

If desired, I can create a PR adjusting the codestart template for the action.yml, to read the artifact-version from the suitable pom.xml, when running the action.

gcw-it avatar Sep 01 '24 22:09 gcw-it