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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: