Skip to content

Commit

Permalink
fix: bump hook
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Nov 14, 2024
1 parent cefdd6e commit 67e234d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"before": [
"git pull --rebase",
"tsx scripts/apply-changelog.ts ${NEW_VERSION}",
"git add changelog/${NEW_VERSION}.md"
"git add changelog"
],
"after": [
"gh pr create --title 'chore: Release v${NEW_VERSION}' --body 'v${NEW_VERSION}' --base main --head dev"
Expand Down

0 comments on commit 67e234d

Please sign in to comment.