Skip to content

Commit 0fe0509

Browse files
committed
chore(ci): fix semantic release
1 parent 5ef715c commit 0fe0509

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.releaserc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"branches": ["main"],
33
"tagFormat": "${version}",
44
"plugins": [
5-
["@semantic-release/commit-analyzer", { "preset": "conventionalcommits" }],
6-
["@semantic-release/release-notes-generator", { "preset": "conventionalcommits" }],
5+
["@semantic-release/commit-analyzer"],
6+
["@semantic-release/release-notes-generator"],
77
["@semantic-release/changelog", { "changelogFile": "CHANGELOG.md" }],
88
["@semantic-release/npm", { "npmPublish": true }],
99
"@semantic-release/github",

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,10 @@
9090
"android": {
9191
"src": "android"
9292
}
93+
},
94+
"publishConfig": {
95+
"provenance": true,
96+
"registry": "https://registry.npmjs.org/",
97+
"tag": "latest"
9398
}
9499
}

0 commit comments

Comments
 (0)