Add "patch pattern" support for bump each commit versioning

This commit is contained in:
Paul Hatcherian 2023-08-09 08:55:19 -04:00
parent 59b55a49a0
commit cc7cc19f01
9 changed files with 165 additions and 11 deletions

View file

@ -51,6 +51,7 @@ export async function run() {
searchCommitBody: core.getInput('search_commit_body') === 'true',
userFormatType: core.getInput('user_format_type'),
enablePrereleaseMode: core.getInput('enable_prerelease_mode') === 'true',
bumpEachCommitPatchPattern: core.getInput('bump_each_commit_patch_pattern')
};
if (config.versionFormat === '' && core.getInput('format') !== '') {