Skip to content

Commit d54c3aa

Browse files
committed
chore: update skip_tags regex to include beta and dev versions in changelog generation
1 parent 76f4645 commit d54c3aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ filter_commits = true
9696
tag_pattern = "v[0-9]+\\.[0-9]+\\.[0-9]+-*"
9797

9898
# regex for skipping tags
99-
skip_tags = "v[0-9]+\\.[0-9]+\\.[0-9]+-alpha\\.[0-9]+"
99+
skip_tags = "v[0-9]+\\.[0-9]+\\.[0-9]+-(alpha|beta|dev)\\.?[0-9]+"
100100
# regex for ignoring tags
101101
ignore_tags = ""
102102
# sort the tags topologically

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ pythonVersion = "3.8"
300300
name = "cz_conventional_commits"
301301
bump_message = "chore(release): bump version $current_version → $new_version"
302302
tag_format = "v$version"
303-
version_scheme = "semver"
303+
version_scheme = "semver2"
304304
version_provider = "scm"
305305
update_changelog_on_bump = false
306306
# major_version_zero = true

0 commit comments

Comments
 (0)