From 768124a9e06681e2de3dbb96d07ca2b654a78b03 Mon Sep 17 00:00:00 2001 From: Jermiah Joseph Date: Sat, 16 Mar 2024 12:59:49 -0400 Subject: [PATCH] fix: update changelog path --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da2efea..3c0dcb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ commit_message = "chore(sem-ver): {version}" patch_without_tag = true [tool.semantic_release.changelog] -changelog_file = "docs/markdowns/CHANGELOG.md" +changelog_file = "docs/project_info/CHANGELOG.md" exclude_commit_types = ["docs", "style", "refactor", "test", "chore"] [tool.semantic_release.branches.main]