Skip to content

Commit

Permalink
chore: updated release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Nov 22, 2024
1 parent 3bb5d8c commit 51a99bb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"hooks": {
"before:init": ["yarn install --immutable", "yarn i18n"],
"after:bump": "git diff --unified=0 CHANGELOG.md | grep '^+' > .changelog.draft",
"after:release": "rm .changelog.draft"
"before:init": ["yarn install --immutable", "yarn i18n"]
},
"git": {
"commitMessage": "chore: Release ${version}",
Expand All @@ -12,7 +10,8 @@
"github": {
"release": true,
"releaseName": "${version}",
"releaseNotes": "cat .changelog.draft"

"releaseNotes": "git diff --unified=0 CHANGELOG.md | grep '^+'"
},
"npm": {
"publish": true
Expand Down

0 comments on commit 51a99bb

Please sign in to comment.