Skip to content

Commit

Permalink
feat: change hooks again
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 23, 2024
1 parent f951b76 commit 701bf95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-it.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('@taiga-ui/release-it-config');
module.exports = require('./projects/release-it-config');
4 changes: 3 additions & 1 deletion projects/release-it-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ module.exports = {
'npx syncer || echo ""',
'npm run after:bump -s || echo ""',
],
'after:release': 'npm run release',
'after:release':
'echo Successfully released ${name} v${version} to ${repo.repository}.',
'before:init': 'git fetch --prune --prune-tags origin',
'before:release': 'npm run release',
},
npm: {
allowSameVersion: true,
Expand Down

0 comments on commit 701bf95

Please sign in to comment.