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 556499d commit 91ac0d4Copy full SHA for 91ac0d4
release.config.mjs
@@ -7,12 +7,10 @@ export default {
7
plugins: [
8
'@semantic-release/commit-analyzer',
9
'@semantic-release/release-notes-generator',
10
+ '@semantic-release/npm',
11
[ '@semantic-release/git', {
12
message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}'
13
} ],
- '@semantic-release/npm',
14
- [ '@semantic-release/github', {
15
- assets: [ { path: 'dist/*', label: 'Distribution Files' } ]
16
- } ]
+ '@semantic-release/github'
17
]
18
}
0 commit comments