Skip to content

Commit

Permalink
added link to changelog to release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro Martinez committed Dec 8, 2016
1 parent accd2a2 commit 9958017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ git commit -m "Changed version file to $version"
git tag -a $version -m "Release $version"
git push origin master tag $version

newline="<tr><td width=190px valign=top><a href=$giturl/archive/$version.tar.gz> $file </a></td><td> Release $version </td></tr>"
newline="<tr><td width=190px valign=top><a href=$giturl/archive/$version.tar.gz> $file </a></td><td><a href=https://github.com/leandromartinez98/topolink/releases/tag/$version> Change log </a></td></tr>"
htmlfile=$downloads

writeline=yes
Expand Down

0 comments on commit 9958017

Please sign in to comment.