Skip to content

Commit d936760

Browse files
fix: new npm token and .releaserc adjust
1 parent 5b695e4 commit d936760

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

packages/icons/.releaserc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
[
3838
"@semantic-release/npm",
3939
{
40-
"pkgRoot": "dist"
40+
"pkgRoot": "dist",
41+
"npmPublish": true
4142
}
4243
],
4344
[
@@ -50,6 +51,11 @@
5051
"message": "chore(release): @aziontech/icons ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
5152
}
5253
],
53-
"@semantic-release/github"
54+
[
55+
"@semantic-release/github",
56+
{
57+
"labels": false
58+
}
59+
]
5460
]
5561
}
File renamed without changes.

0 commit comments

Comments
 (0)