qcastel / github-actions-maven-release

Release your Java application and publish artifacts
129 stars 38 forks source link

Increase patch version automatically #44

Closed BernhardFuchs closed 2 years ago

BernhardFuchs commented 2 years ago

The docs show how to increase the version-major and the version-minor.
Having the same for version-patch would also be helpful.

qcastel commented 2 years ago

Maven actually increase the patch version by default. Although to be more explicit and consistant across the other option, I improved the doc and introduced a version-patch.

Let me know if you find this more clear now

BernhardFuchs commented 2 years ago

Ok, that means if both are set to false the incremented version is the patch version.
Thx for clarifiying this in the docs.