From 58abebab4f7e9b16979a39f6ac0459ddda8714aa Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 10 Aug 2016 13:44:42 +0300 Subject: [PATCH 1/2] Echo into the temp file, not to the screen --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 74f415d..be60534 100755 --- a/release.sh +++ b/release.sh @@ -118,7 +118,7 @@ echo "$NEW_VERSION" > "$FILE_VERSION" echo "## $NEW_VERSION ($NOW)" > tmpfile git --no-pager log --pretty=format:" - %s" --date=short --no-merges "$BASE_STRING"...HEAD >> tmpfile echo "" >> tmpfile -echo "[Full changelog]($PROJECT_URL/compare/$BASE_STRING...$NEW_VERSION)" +echo "[Full changelog]($PROJECT_URL/compare/$BASE_STRING...$NEW_VERSION)" >> tmpfile echo "" >> tmpfile echo "" >> tmpfile cat "$FILE_CHANGELOG" >> tmpfile From 2f85fb63a34dad70bc56b1a58f23701396991413 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 10 Aug 2016 13:45:42 +0300 Subject: [PATCH 2/2] Incrementing version number to 0.1.1 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6dccf8..df25690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.1 (2016-08-10) + - Echo into the temp file, not to the screen + +[Full changelog](https://github.com/superhelio/tools.git/compare/0.1.0...0.1.1) + + ## 0.1.0 (2016-08-10) - Remove paging from git log, works better for automation - Change changelog formatting to simple message diff --git a/VERSION b/VERSION index 6e8bf73..17e51c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1