Skip to content

Commit

Permalink
Include root changes on release
Browse files Browse the repository at this point in the history
  • Loading branch information
andregoncalvesdev committed Mar 21, 2024
1 parent 32f4af5 commit 97c41af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ module.exports = {
releaseName: '${npm.name}@v${version}'
},
hooks: {
'after:bump': `
'after:bump': `s
echo "$(npx @uphold/github-changelog-generator -rtp \${npm.name} -f \${npm.name}@v\${version})\n$(tail -n +2 CHANGELOG.md)" > CHANGELOG.md &&
npm run build
npm run build &&
git add ../..
`
}
};

0 comments on commit 97c41af

Please sign in to comment.