Skip to content

Commit

Permalink
fix: semantic release changelog templates (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed Dec 8, 2023
1 parent 29ba25f commit 36ae49d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ version_toml = [
]

[tool.semantic_release.changelog]
template_dir = "src/templates"
template_dir = ".github/templates"
exclude_commit_patterns = [
"chore: version bump"
]
Expand Down

0 comments on commit 36ae49d

Please sign in to comment.