Skip to content

Commit bde3ea6

Browse files
committed
Fix inconrrect variable dereference in update-changelog.sh
1 parent 61f07da commit bde3ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-changelog.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ trap "rm -f $changelog_update_file" EXIT
116116
create_changelog_update > "$changelog_update_file"
117117
sed -i "3r$changelog_update_file" "$CHANGELOG"
118118
git add "$CHANGELOG"
119-
git commit -m "[Jenkins release job] changelog.txt updated by release build #{RELEASE_VERSION}"
119+
git commit -m "[Jenkins release job] changelog.txt updated by release build ${RELEASE_VERSION}"

0 commit comments

Comments
 (0)