Skip to content

Commit a94a098

Browse files
committed
fix: Update release configuration for npm and git assets
Add npm plugin with publish disabled and include dist in git assets
1 parent 9154e61 commit a94a098

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.releaserc.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
"changelogFile": "CHANGELOG.md"
1111
}
1212
],
13+
[
14+
"@semantic-release/npm",
15+
{
16+
"npmPublish": false
17+
}
18+
],
1319
[
1420
"@semantic-release/exec",
1521
{
@@ -36,7 +42,7 @@
3642
[
3743
"@semantic-release/git",
3844
{
39-
"assets": ["package.json", "package-lock.json", "bun.lockb", "CHANGELOG.md"],
45+
"assets": ["package.json", "package-lock.json", "bun.lock", "CHANGELOG.md", "dist"],
4046
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
4147
}
4248
]

0 commit comments

Comments
 (0)