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 9d2d23b commit 2fefd78Copy full SHA for 2fefd78
ship.config.js
@@ -16,6 +16,9 @@ module.exports = {
16
getTagName: ({ version }) => `${version}`,
17
conventionalChangelogArgs:
18
'--config conventional-changelog.config.js --infile CHANGELOG.md --same-file',
19
+ publishCommand({ tag }) {
20
+ return `npm publish --access public --tag ${tag}`;
21
+ },
22
async versionUpdated({ version, dir }) {
23
// Update version with lerna
24
await exec(`lerna version ${version} --no-git-tag-version --no-push --exact --yes`);
0 commit comments