Skip to content

Commit

Permalink
ci: 🎡 Add relese-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepFromHeaven committed Jul 9, 2019
1 parent 4eeb50e commit df04e68
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
@@ -1,2 +1,3 @@
node_modules
.github
.npmrc
5 changes: 5 additions & 0 deletions .release-it.json
@@ -0,0 +1,5 @@
{
"git": {
"tag": false
}
}
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -9,5 +9,6 @@ jobs:
- stage: "Deploy"
if: tag IS present
script:
- git symbolic-ref HEAD refs/heads/master
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
- npm run release -- $TRAVIS_TAG --ci

0 comments on commit df04e68

Please sign in to comment.