Skip to content

Commit 9958017

Browse files
author
Leandro Martinez
committed
added link to changelog to release.sh
1 parent accd2a2 commit 9958017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ git commit -m "Changed version file to $version"
4646
git tag -a $version -m "Release $version"
4747
git push origin master tag $version
4848

49-
newline="<tr><td width=190px valign=top><a href=$giturl/archive/$version.tar.gz> $file </a></td><td> Release $version </td></tr>"
49+
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>"
5050
htmlfile=$downloads
5151

5252
writeline=yes

0 commit comments

Comments
 (0)