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 341ec48 commit 6a6bbf9Copy full SHA for 6a6bbf9
release.sh
@@ -2,8 +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-%
6
-d')\)
+ git tag $(node -p "require('./package.json').version")\ \($(date +'%Y-%m-%d')\)
7
export PACKAGE=$(npm pack --silent)
8
else
9
echo Skipping packaging because this is not master, or it is a pull request.
0 commit comments