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.
release
1 parent 832bd87 commit 1459a0aCopy full SHA for 1459a0a
tools/cli/release.ts
@@ -139,9 +139,9 @@ const options: IGreaseOptions = {
139
releaseBranchWhitelist: ['release/*'],
140
releaseCommitMessageFormat: `release: ${$name}@{{currentTag}}`,
141
scripts: {
142
- postchangelog: `yarn pack -o %s-%v.tgz${argv.dryRun ? ' -n' : ''}`,
143
- postcommit: 'git pnv',
144
- postgreaser: 'rimraf ./cjs && rimraf ./esm && rimraf ./*.tgz',
+ postchangelog: `yarn workspace ${$name} build -t ${argv.dryRun && '-d'}`,
+ postcommit: 'git push --no-verify',
+ postgreaser: 'rimraf ./*.tgz',
145
prerelease: `yarn workspace ${$name} test --no-cache`
146
},
147
// `continuous-deployment` workflow will create new tag
0 commit comments