@@ -68,6 +68,7 @@ All formats support the same configuration options. Choose the format that best
6868 update_changelog_on_bump = true
6969 changelog_file = "CHANGELOG.md"
7070 changelog_incremental = false
71+ bump_commit_filter_pattern = ".*"
7172 bump_message = "bump: version $current_version → $new_version"
7273 gpg_sign = false
7374 annotated_tag = false
@@ -126,6 +127,7 @@ All formats support the same configuration options. Choose the format that best
126127 "update_changelog_on_bump": true,
127128 "changelog_file": "CHANGELOG.md",
128129 "changelog_incremental": false,
130+ "bump_commit_filter_pattern": ".*",
129131 "bump_message": "bump: version $current_version → $new_version",
130132 "gpg_sign": false,
131133 "annotated_tag": false,
@@ -182,6 +184,7 @@ All formats support the same configuration options. Choose the format that best
182184 update_changelog_on_bump: true
183185 changelog_file: CHANGELOG.md
184186 changelog_incremental: false
187+ bump_commit_filter_pattern: ".*"
185188 bump_message: "bump: version $current_version → $new_version"
186189 gpg_sign: false
187190 annotated_tag: false
@@ -235,7 +238,7 @@ Key configuration categories include:
235238- ** Version Management** : ` version ` , ` version_provider ` , ` version_scheme ` , ` version_files `
236239- ** Tagging** : ` tag_format ` , ` legacy_tag_formats ` , ` ignored_tag_formats ` , ` gpg_sign ` , ` annotated_tag `
237240- ** Changelog** : ` changelog_file ` , ` changelog_format ` , ` changelog_incremental ` , ` update_changelog_on_bump `
238- - ** Bumping** : ` bump_message ` , ` major_version_zero ` , ` prerelease_offset ` , ` pre_bump_hooks ` , ` post_bump_hooks `
241+ - ** Bumping** : ` bump_commit_filter_pattern ` , ` bump_message ` , ` major_version_zero ` , ` prerelease_offset ` , ` pre_bump_hooks ` , ` post_bump_hooks `
239242- ** Commit Validation** : ` allowed_prefixes ` , ` message_length_limit ` , ` allow_abort ` , ` retry_after_failure `
240243- ** Customization** : ` customize ` , ` style ` , ` use_shortcuts ` , ` template ` , ` extras `
241244
0 commit comments