You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config.md
+2
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
|`version`|`str`|`None`| Current version. Example: "0.1.2" |
9
9
|`version_files`|`list`|`[ ]`| Files were the version will be updated. A pattern to match a line, can also be specified, separated by `:`[See more][version_files]|
10
10
|`tag_format`|`str`|`$version`| Format for the git tag, useful for old projects, that use a convention like `"v1.2.1"`. [See more][tag_format]|
11
+
|`tag_regex`|`str`| Based on `tag_format`| Tags must match this to be included in the changelog (e.g. `"([0-9.])*"` to exclude pre-releases). [See more][tag_regex]|
11
12
|`update_changelog_on_bump`|`bool`|`false`| Create changelog when running `cz bump`|
12
13
|`gpg_sign`|`bool`|`false`| Use gpg signed tags instead of lightweight tags. |
13
14
|`annotated_tag`|`bool`|`false`| Use annotated tags instead of lightweight tags. [See difference][annotated-tags-vs-lightweight]|
0 commit comments