Skip to content

Commit

Permalink
Fix changelog generation for patch releases
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcervante committed Jan 8, 2025
1 parent 948e4cd commit 3582fc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ function generate {

patch)
COMPLETE_VERSION=$(npx -y changie@$CHANGIE_VERSION next patch)
COMPLETE_VERSION=${COMPLETE_VERSION:1} # remove the v prefix
npx -y changie@$CHANGIE_VERSION batch patch
npx -y changie@$CHANGIE_VERSION merge
;;
Expand Down

0 comments on commit 3582fc4

Please sign in to comment.