Skip to content

Commit

Permalink
fix: standard-version v6 (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbadan committed May 1, 2020
1 parent fdd2435 commit 88c16e0
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 192 deletions.
4 changes: 4 additions & 0 deletions ci-scripts/publish-rc.sh
Expand Up @@ -5,8 +5,12 @@ set -e
git config --global user.email "fundamental@sap.com"
git config --global user.name "fundamental-bot"

git status

npm run std-version -- --prerelease rc --no-verify --debug

git status

git push --follow-tags "https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG" "$TRAVIS_BRANCH"

#build dist and component folders
Expand Down

0 comments on commit 88c16e0

Please sign in to comment.