diff --git a/pyproject.toml b/pyproject.toml index ee2f0680..b5aba04d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ prerelease = false [tool.semantic_release.changelog] changelog_file = "./docs/CHANGELOG.md" exclude_commit_patterns = [] -template_dir = "app/Entirety/templates" +template_dir = "semantic-release-templates" [tool.semantic_release.changelog.environment] block_start_string = "{%" diff --git a/app/Entirety/templates/.release_notes.md.j2 b/semantic-release-templates/.release_notes.md.j2 similarity index 100% rename from app/Entirety/templates/.release_notes.md.j2 rename to semantic-release-templates/.release_notes.md.j2 diff --git a/widgets/select_text.html b/widgets/select_text.html new file mode 100644 index 00000000..dce8f802 --- /dev/null +++ b/widgets/select_text.html @@ -0,0 +1 @@ +{% load crispy_forms_filters %}