We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6bbf9 commit fa9b921Copy full SHA for fa9b921
release.sh
@@ -2,7 +2,7 @@
2
set -ev
3
if [[ "${TRAVIS_BRANCH}" == "master" && "${TRAVIS_EVENT_TYPE}" == "push" ]]; then
4
npm run build
5
- git tag $(node -p "require('./package.json').version")\ \($(date +'%Y-%m-%d')\)
+ git tag $(node -p "require('./package.json').version")-$(date +'%Y.%m.%d')
6
export PACKAGE=$(npm pack --silent)
7
else
8
echo Skipping packaging because this is not master, or it is a pull request.
0 commit comments