File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ CURRENT_BRANCH=$(git symbolic-ref -q HEAD)
5050CURRENT_BRANCH=${CURRENT_BRANCH## refs/ heads/ }
5151CURRENT_BRANCH=${CURRENT_BRANCH:- HEAD}
5252
53- # Pick a release BUILDQUALIFIER (e.g. v20170401-0001) and update versions
54- # E.g. version is: "4.0.13" and BUILDQUALIFIER is "v20170401-0001".
55- # The complete version of the plugin will be "4.0.13.v20170401-0001
56- BUILDQUALIFIER=$( date -u +v%Y%m%d-%H%M)
53+ # Pick a release BUILDQUALIFIER (e.g. v20170401-0001-r ) and update versions
54+ # E.g. version is: "4.0.13" and BUILDQUALIFIER is "v20170401-0001-r ".
55+ # The complete version of the plugin will be "4.0.13.v20170401-0001-r
56+ BUILDQUALIFIER=" $( date -u +v%Y%m%d-%H%M) -r "
5757export BUILDQUALIFIER
5858
5959echo " RELEASE_VERSION: ${RELEASE_VERSION} .${BUILDQUALIFIER} (this release)"
You can’t perform that action at this time.
0 commit comments