Hi @mark-gerarts, this PR fixes issue you have found in #3. In preparing #4 I was only testing versioning on feature branch and missed the misconfiguration. Now it automatically adjusts patch version upon commiting/merging into main branch. Keep in mind that in order to increment major or minor version you have to add +semver: major to your commit message (docs)
Hi @mark-gerarts, this PR fixes issue you have found in #3. In preparing #4 I was only testing versioning on feature branch and missed the misconfiguration. Now it automatically adjusts patch version upon commiting/merging into main branch. Keep in mind that in order to increment
major
orminor
version you have to add+semver: major
to your commit message (docs)