Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit f8b91db

Browse files
fix bug: conflated TODAY and RELEASE_LABEL
1 parent dac85f6 commit f8b91db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cut-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if (( $VERBOSE )); then
101101
fi
102102

103103
# Choose a release label
104-
export TODAY="$(date -u +release-%e-%b-%Y)"
104+
export TODAY="$(date -u +%e-%b-%Y)"
105105
export RELEASE_LABEL="release-$TODAY"
106106

107107
if (( $VERBOSE )); then

0 commit comments

Comments
 (0)