Skip to content

Commit

Permalink
chore(build): correct bump message so that it fits to semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
d-biehl committed Nov 23, 2023
1 parent 77244cc commit 2439578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ commit_parsers = [
{ message = "^chore\\(deps\\)", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
{ message = "^chore\\(pull\\)", skip = true },
{ message = "^chore\\(build\\)", skip = true },
{ message = "^chore|ci", group = "Miscellaneous Tasks", skip = true },
{ message = "^bump", skip = true },
{ body = ".*security", group = "Security" },
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ module = [
"debugpy.*",
"robotidy.*",
"robocop.*",
"pytest_regtest.*",
"pluggy",
]
ignore_missing_imports = true
Expand Down Expand Up @@ -287,6 +286,7 @@ pythonVersion = "3.8"

[tool.commitizen]
name = "cz_conventional_commits"
bump_message = "chore(release): bump version $current_version → $new_version"
tag_format = "v$version"
version_scheme = "semver"
version_provider = "scm"
Expand Down

0 comments on commit 2439578

Please sign in to comment.