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 authored and satazor committed Mar 21, 2024
1 parent 32f4af5 commit 44619e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ module.exports = {
hooks: {
'after:bump': `
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 44619e9

Please sign in to comment.