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 33f1c2f commit 91c609aCopy full SHA for 91c609a
release.config.js
@@ -13,8 +13,8 @@ module.exports = {
13
['@semantic-release/changelog', { changelogFile: 'CHANGELOG.md' }],
14
['@semantic-release/exec', { "prepareCmd": 'npm version ${nextRelease.version} --git-tag-version false' }],
15
['@semantic-release/exec', { "prepareCmd": 'npm run build' }],
16
- ['@semantic-release/exec', { "prepareCmd": 'npm publish --access public' }],
17
['@semantic-release/exec', { "prepareCmd": 'npm run docs' }],
+ ['@semantic-release/exec', { "publishCmd": 'npm publish --tag ${nextRelease.channel || "latest"} --access public' }],
18
['@semantic-release/git', {
19
assets: [
20
'package.json',
0 commit comments