Paul Hatcherian

Results 31 comments of Paul Hatcherian

No, this has been the behavior from the beginning--one other thing to check for is that you are pulling enough history to include the tag. The default behavior of actions/checkout...

Currently only the commit message is used to determine the version type. There is an open [enhancement ticket](https://github.com/PaulHatch/semantic-version/issues/36) for this which is currently planned for v5.1.0. The branch name should...

@anthonyscata-wesfarmers I'm planning to release version 5 this weekend (April 2nd/3rd), which will enable support for this.

This is available in v5.0.0-alpha, set `search_commit_body` to true to enable

Any chance of this moving forward? I am using a private build of Zoxive's PR now but this change is a requirement for a project I'd like to publish as...

@GMZwinge, thanks for putting together the example repo. I have been quite sick in the past week or so and unable to do much dev, but I'll have a look...

There is not a way at present, but I think this could be added.

This action only looks at the Git repo itself, so you'd need to use the merge to drive something else like a tag or message. You can you the combination...

Using `enable_prerelease_mode` prevents the next suggested version from ever incrementing 0 -> 1. It does this by "demoting" major changes to minor and minor to patch. Patch changes are unaffected....

Hi @philippe-sb, thank you for this proposal and sorry it took a while to get back to you. I will need to look in a bit more detail and make...