From 9d320c1b0ca7acfd4c39433137fef6063e7ea89a Mon Sep 17 00:00:00 2001 From: Sietze van Buuren Date: Fri, 8 Nov 2024 17:48:23 +0100 Subject: [PATCH] chore: change template location for semantic release Signed-off-by: Sietze van Buuren --- {templates => .github/templates}/.release_notes.md.j2 | 0 {templates => .github/templates}/CHANGELOG.md.j2 | 0 pyproject.toml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename {templates => .github/templates}/.release_notes.md.j2 (100%) rename {templates => .github/templates}/CHANGELOG.md.j2 (100%) diff --git a/templates/.release_notes.md.j2 b/.github/templates/.release_notes.md.j2 similarity index 100% rename from templates/.release_notes.md.j2 rename to .github/templates/.release_notes.md.j2 diff --git a/templates/CHANGELOG.md.j2 b/.github/templates/CHANGELOG.md.j2 similarity index 100% rename from templates/CHANGELOG.md.j2 rename to .github/templates/CHANGELOG.md.j2 diff --git a/pyproject.toml b/pyproject.toml index 0c44f7d..3de16ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,4 +36,4 @@ version_variables = ["mlpyqtgraph/__init__.py:__version__"] version_toml = ["pyproject.toml:project.version"] [tool.semantic_release.changelog] -template_dir = "templates" +template_dir = ".github/templates"