diff --git a/scripts/changelog.sh b/scripts/changelog.sh index 43a8f3654dcf..70f9d443f170 100755 --- a/scripts/changelog.sh +++ b/scripts/changelog.sh @@ -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 ;;