From 5193045addebf41b19c8dcff869ea1d706ab959f Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 10 Aug 2016 14:26:27 +0300 Subject: [PATCH] Fix changelog url --- CHANGELOG.md | 2 +- release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df25690..5a82358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## 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) +[Full changelog](https://github.com/superhelio/tools/compare/0.1.0...0.1.1) ## 0.1.0 (2016-08-10) diff --git a/release.sh b/release.sh index be60534..827cda2 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 (minus .git from the end), # change to your github project url. used to create Full changelog link -PROJECT_URL=$(git config --get remote.origin.url | sed 's/^\.git*//') +PROJECT_URL=$(git config --get remote.origin.url | sed 's/\.git//') # current Git branch BRANCH_CURRENT=$(git symbolic-ref HEAD | sed -e 's,.*/\(.*\),\1,')