We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ebec3 commit 542edf5Copy full SHA for 542edf5
release.config.js
@@ -3,11 +3,16 @@ module.exports = {
3
plugins: [
4
"@semantic-release/commit-analyzer",
5
"@semantic-release/release-notes-generator",
6
- "@semantic-release/github",
+ [
7
+ "@semantic-release/github",
8
+ {
9
+ assets: ["dist/**/*"], // Include only the dist folder
10
+ },
11
+ ],
12
[
13
"@semantic-release/git",
14
{
- assets: ["dist/*"],
15
+ assets: ["dist/**/*"],
16
message:
17
"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
18
},
0 commit comments