We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e4fbc3 + 7bf9382 commit b2e126fCopy full SHA for b2e126f
.changelog/2021.internal.md
@@ -0,0 +1 @@
1
+Exclude manifest.json from towncrier check
towncrier.toml
@@ -9,6 +9,7 @@ directory = ".changelog"
9
check_ignore_files = [
10
# File where we store app version.
11
"package.json",
12
+ "public/manifest.json",
13
]
14
issue_format = "[#{issue}](https://github.com/oasisprotocol/oasis-wallet-web/issues/{issue})"
15
start_string = "<!-- TOWNCRIER -->\n"
0 commit comments