Skip to content

Commit 0d57901

Browse files
authored
Merge pull request #11 from dyka3773/develop
fix: enable automatic changelog generation in semantic release
2 parents bbaae9a + c10460e commit 0d57901

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pyproject.toml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,12 @@ dist_path = "dist/"
6161
upload_to_pypi = true
6262
upload_to_release = true
6363
remove_dist = false
64+
changelog_file = "CHANGELOG.md"
6465

6566
[tool.semantic_release.branches.master]
6667
match = "master"
6768
prerelease = false
6869

69-
[tool.semantic_release.changelog]
70-
changelog_file = "CHANGELOG.md"
71-
exclude_commit_patterns = [
72-
"^docs:",
73-
"^style:",
74-
"^refactor:",
75-
"^test:",
76-
"^chore:",
77-
]
78-
7970
[tool.semantic_release.commit_parser_options]
8071
allowed_tags = ["build", "chore", "ci", "docs", "feat", "fix", "perf", "style", "refactor", "test"]
8172
minor_tags = ["feat"]

0 commit comments

Comments
 (0)