Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-release.sh b/build-release.sh
index fc10ee986..6f6525e60 100644
--- a/build-release.sh
+++ b/build-release.sh
@@ -77,7 +77,7 @@ git stash save "${GIT_STASH_NAME}"
if [ ! "x${RELEASE_CHANGEINFO_NEWS}" == "x" ]; then
- echo "${RELEASE_TIMESTAMP}" > "tmp_changelog.txt"
+ echo "${RELEASE_TIMESTAMP} - ${RELEASE_NAME}" > "tmp_changelog.txt"
echo "==========" >> "tmp_changelog.txt"
echo "${RELEASE_CHANGEINFO_NEWS}" >> "tmp_changelog.txt"
echo >> "tmp_changelog.txt"