We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9db84e commit cc4a985Copy full SHA for cc4a985
1 file changed
pyproject.toml
@@ -79,10 +79,6 @@ tag_format = "{version}"
79
commit_version_number = true
80
commit_message = "RELEASE: {version}"
81
82
-[tool.semantic_release.commit_parser]
83
-pattern = "^(?P<type>feat|fix|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\\((?P<scope>[^()\\s]+)\\))?:\\s(?P<message>.+)"
84
-field_pattern = "^(?P<type>feat|fix|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\\((?P<scope>[^()\\s]+)\\))?:\\s(?P<message>.+)"
85
-
86
[tool.semantic_release.changelog_sections]
87
feat = "Features"
88
fix = "Bug Fixes"
0 commit comments