feat: add ignore_commits_pattern and allow disabling major/minor patterns

This commit is contained in:
Paul Hatcherian 2026-01-18 19:02:24 -06:00
parent c54fa1275a
commit cd97954ab7
7 changed files with 172 additions and 3 deletions

View file

@ -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: "",
};