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.
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 suitablepom.xml
, when running the action.