Skip to content

Commit 2439578

Browse files
committed
chore(build): correct bump message so that it fits to semantic release
1 parent 77244cc commit 2439578

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cliff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ commit_parsers = [
8484
{ message = "^chore\\(deps\\)", skip = true },
8585
{ message = "^chore\\(pr\\)", skip = true },
8686
{ message = "^chore\\(pull\\)", skip = true },
87+
{ message = "^chore\\(build\\)", skip = true },
8788
{ message = "^chore|ci", group = "Miscellaneous Tasks", skip = true },
8889
{ message = "^bump", skip = true },
8990
{ body = ".*security", group = "Security" },

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ module = [
256256
"debugpy.*",
257257
"robotidy.*",
258258
"robocop.*",
259-
"pytest_regtest.*",
260259
"pluggy",
261260
]
262261
ignore_missing_imports = true
@@ -287,6 +286,7 @@ pythonVersion = "3.8"
287286

288287
[tool.commitizen]
289288
name = "cz_conventional_commits"
289+
bump_message = "chore(release): bump version $current_version → $new_version"
290290
tag_format = "v$version"
291291
version_scheme = "semver"
292292
version_provider = "scm"

0 commit comments

Comments
 (0)