Skip to content

Commit

Permalink
Merge pull request #665 from oasisprotocol/mz/towncrier
Browse files Browse the repository at this point in the history
Update towncrier to ignore package.json
  • Loading branch information
buberdds authored Jul 5, 2023
2 parents a567f49 + fbab474 commit b22fd76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changelog/665.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update towncrier to ignore package.json
5 changes: 5 additions & 0 deletions towncrier.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
[tool.towncrier]
filename = "CHANGELOG.md"
directory = ".changelog"
# Ignore certain files when running towncrier check.
check_ignore_files = [
# File where we store app version.
"package.json",
]
issue_format = "[#{issue}](https://github.com/oasisprotocol/explorer/issues/{issue})"
start_string = "<!-- TOWNCRIER -->\n"
# Custom Jinja2 template for preparing a new section of the Change Log.
Expand Down

0 comments on commit b22fd76

Please sign in to comment.