Skip to content

Commit 47a0fb8

Browse files
committed
build: remove outdated reference to compiled json syntax in release config
No point in committing what is effectively a build artefact anyway.
1 parent 5559e36 commit 47a0fb8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.releaserc.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@
2525
[
2626
"@semantic-release/git",
2727
{
28-
"assets": [
29-
"package.json",
30-
"CHANGELOG.md",
31-
"syntaxes/ccini.tmLanguage.json"
32-
]
28+
"assets": ["package.json", "CHANGELOG.md"]
3329
}
3430
],
3531
[

0 commit comments

Comments
 (0)