From bf8762497bf83c5c250e74a9fbac22b7977d051c Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 11 Aug 2016 07:29:56 +0300 Subject: [PATCH 1/2] Fix changelog url generation --- CHANGELOG.md | 2 +- release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ead93..9921a49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ - Take account diffs in bitbucket and github changelog urls - Reverse commit message list -[Full changelog](https///github.com/superhelio/tools/compare/0.1.2...0.1.3) +[Full changelog](https://github.com/superhelio/tools/compare/0.1.2...0.1.3) ## 0.1.2 (2016-08-10) diff --git a/release.sh b/release.sh index 22c7c16..a1e85fd 100755 --- a/release.sh +++ b/release.sh @@ -27,7 +27,7 @@ LATEST_HASH=$(git log --pretty=format:'%h' -n 1) # Guess our remote url from remote.origin.url. Used to create Changelog link. # You can change this to your project url, but detection should cover 99%. -PROJECT_URL=$(git config --get remote.origin.url | sed 's/\.git//' | sed 's/\:/\//' | sed 's/git@/https\:\/\//') +PROJECT_URL=$(git config --get remote.origin.url | sed 's/\.git//' | sed 's/\:/\//' | sed 's/git@/https\:\/\//' | sed 's/\/\/\//\:\/\//') # current Git branch BRANCH_CURRENT=$(git symbolic-ref HEAD | sed -e 's,.*/\(.*\),\1,') From f88f86fc6eb8a56b3ea2e0377314459e4b6a98cc Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 11 Aug 2016 07:33:51 +0300 Subject: [PATCH 2/2] Incrementing version number to 0.1.4 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9921a49..8f8d5f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.4 (2016-08-11) + - Fix changelog url generation + +[Full changelog](https://github.com/superhelio/tools/compare/0.1.3...0.1.4) + + ## 0.1.3 (2016-08-11) - Fix ssh remote url, convert to https - Take account diffs in bitbucket and github changelog urls diff --git a/VERSION b/VERSION index b1e80bb..845639e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.3 +0.1.4