Skip to content

Commit

Permalink
ci: update release config
Browse files Browse the repository at this point in the history
BREAKING CHANGE: recreated massarg package
  • Loading branch information
chenasraf committed Nov 24, 2023
1 parent 7306e08 commit 4b111ab
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.2",
Expand Down
20 changes: 20 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,11 @@ module.exports = {
assets: ['package.json', 'CHANGELOG.md'],
},
],
[
'@semantic-release/exec',
{
verifyReleaseCmd: 'echo ${nextRelease.version} > .VERSION',
},
],
],
}

0 comments on commit 4b111ab

Please sign in to comment.