We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f07da commit bde3ea6Copy full SHA for bde3ea6
update-changelog.sh
@@ -116,4 +116,4 @@ trap "rm -f $changelog_update_file" EXIT
116
create_changelog_update > "$changelog_update_file"
117
sed -i "3r$changelog_update_file" "$CHANGELOG"
118
git add "$CHANGELOG"
119
-git commit -m "[Jenkins release job] changelog.txt updated by release build #{RELEASE_VERSION}"
+git commit -m "[Jenkins release job] changelog.txt updated by release build ${RELEASE_VERSION}"
0 commit comments