Fix changelog url

This commit is contained in:
Ismo Vuorinen
2016-08-10 14:26:27 +03:00
parent 488a739643
commit 5193045add
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
## 0.1.1 (2016-08-10) ## 0.1.1 (2016-08-10)
- Echo into the temp file, not to the screen - 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) ## 0.1.0 (2016-08-10)

View File

@@ -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), # 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 # 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 # current Git branch
BRANCH_CURRENT=$(git symbolic-ref HEAD | sed -e 's,.*/\(.*\),\1,') BRANCH_CURRENT=$(git symbolic-ref HEAD | sed -e 's,.*/\(.*\),\1,')