Skip to content

Commit

Permalink
Fix changelog (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
lou-lan authored Aug 31, 2023
1 parent 4c9b05d commit 33e330b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if [ -z "${START_TAG}" ] ; then
if [ -n "${RC}" ] ; then
START_TAG="v${START_X}.${START_Y}.${START_Z}-rc$START_RC"
else
START_TAG=` sed -E "s?[0-9]+\.[0-9]+\.[0-9]+?${START_X}.${START_Y}.${START_Z}?" <<< "${DEST_TAG_WITHOUT_RC}" `
START_TAG="v${START_X}.${START_Y}.${START_Z}"
fi
fi

Expand Down

0 comments on commit 33e330b

Please sign in to comment.