Skip to content

Commit

Permalink
Add .jinja suffix to scriv template
Browse files Browse the repository at this point in the history
The template is not actually valid Markdown. This extension will
help editors understand the file format.
  • Loading branch information
rra committed Sep 8, 2023
1 parent 14b0b58 commit 0a582cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -284,5 +284,5 @@ categories = [
entry_title_template = "{{ version }} ({{ date.strftime('%Y-%m-%d') }})"
format = "md"
md_header_level = "2"
new_fragment_template = "file:changelog.d/_template.md"
skip_fragments = "_template.md"
new_fragment_template = "file:changelog.d/_template.md.jinja"
skip_fragments = "_template.md.jinja"

0 comments on commit 0a582cc

Please sign in to comment.