semantic-version icon indicating copy to clipboard operation
semantic-version copied to clipboard

Add support for "patch" patterns

Open serpro69 opened this issue 1 year ago • 0 comments

Hi, Thanks for this action :) Would it be possible to add support for "patch" patterns, similar to "major" and "minor"?

From what I understood, patches are used when major or minor keyword is not present. However, what if we don't want to tag each commit and at the same time want to release versions (i.e. trigger the workflow with this action) only from pushes? How would one be able to release "patch" versions in such case?

serpro69 avatar Apr 16 '24 08:04 serpro69