mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-13 19:04:18 +00:00
feat: add ignore_commits_pattern and allow disabling major/minor patterns
This commit is contained in:
parent
c54fa1275a
commit
cd97954ab7
7 changed files with 172 additions and 3 deletions
|
|
@ -84,6 +84,7 @@ export async function run() {
|
|||
userFormatType: core.getInput("user_format_type"),
|
||||
enablePrereleaseMode: toBool(core.getInput("enable_prerelease_mode")),
|
||||
bumpEachCommitPatchPattern: core.getInput("bump_each_commit_patch_pattern"),
|
||||
ignoreCommitsPattern: core.getInput("ignore_commits_pattern"),
|
||||
debug: toBool(core.getInput("debug")),
|
||||
replay: "",
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue