Skip to content

Commit

Permalink
Merge pull request #233 from nicolethoen/dry-run-agian
Browse files Browse the repository at this point in the history
feat(release): more dry runs
  • Loading branch information
nicolethoen authored Mar 20, 2023
2 parents 3061285 + 89ecb81 commit 89066f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
run: yarn build
if: steps.dist.outputs.cache-hit != 'true'
- name: Release to NPM
run: npx semantic-release@19.0.5 --dry-run
run: cd packages/module && npx semantic-release@19.0.5 --dry-run
2 changes: 1 addition & 1 deletion release.config.js → packages/module/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/github',
['@semantic-release/npm', { pkgRoot: 'dist' }]
'@semantic-release/npm'
],
tagFormat: 'prerelease-v${version}'
};

0 comments on commit 89066f6

Please sign in to comment.