Skip to content

Commit b2e126f

Browse files
authored
Merge pull request #2021 from oasisprotocol/mz/towncrier
Exclude manifest.json from towncrier check
2 parents 7e4fbc3 + 7bf9382 commit b2e126f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.changelog/2021.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Exclude manifest.json from towncrier check

towncrier.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ directory = ".changelog"
99
check_ignore_files = [
1010
# File where we store app version.
1111
"package.json",
12+
"public/manifest.json",
1213
]
1314
issue_format = "[#{issue}](https://github.com/oasisprotocol/oasis-wallet-web/issues/{issue})"
1415
start_string = "<!-- TOWNCRIER -->\n"

0 commit comments

Comments
 (0)