Closed blcham closed 2 years ago
Created GitHub action to automate:
Implemented version extraction from pom.xml in action workflow.
Implemented version extraction from pom.xml in action workflow.
FYI, you could use [#32] within the commit message so the commit would appear here automatically.
Wow, have no idea what this is :) :
echo ::set-output name=version::$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
Should be done using github actions.
A/C: