Skip to content

Commit 0f7bfde

Browse files
author
Markus Günther
committed
Fix: Add missing asset folders to release config
1 parent 3795f5b commit 0f7bfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@semantic-release/npm",
1818
{
1919
"path": "@semantic-release/git",
20-
"assets": ["package.json", "CHANGELOG.md"],
20+
"assets": ["src/**/*.{js}", "lib/**/*.{js}", "package.json", "CHANGELOG.md"],
2121
"message": "Build: Release ${nextRelease.version} [skip ci]"
2222
}
2323
],

0 commit comments

Comments
 (0)