Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
uncomment lines in utils.sh
Browse files Browse the repository at this point in the history
(cherry picked from commit 3fb1331)

(cherry picked from commit 6d6e51b)
  • Loading branch information
lots0logs committed Sep 22, 2016
1 parent d936eed commit d04c36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ output_changes_file_version_marker() {

update_changes_file() {
local LATEST_STABLE_RELEASE
LATEST_STABLE_RELEASE=$(git describe --tags $(git rev-list --tags --max-count=1))
LATEST_STABLE_RELEASE=$(git describe --abbrev=0 --tags)

[[ -f CHANGES ]] && mv CHANGES CHANGES.old

Expand Down

0 comments on commit d04c36b

Please sign in to comment.