Skip to content

Commit

Permalink
fix in release-script (forgot to commit it last time)
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Mar 15, 2017
1 parent c0da3a1 commit fbdc78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NEW="$1"

[ "$NEW" != "" ] || exit 1

PREV=`git tag|head -1`
PREV=`git tag|tail -1`

############## update Release_notes.txt
NOTES="dist/Release_notes.txt"
Expand Down

0 comments on commit fbdc78e

Please sign in to comment.