Skip to content

Commit

Permalink
fix(release): semantic release
Browse files Browse the repository at this point in the history
* fix(release): add sematnic release

* chore(env): ignore .env file
  • Loading branch information
mmkal committed Jun 8, 2019
1 parent eed6c3e commit 7660a52
Show file tree
Hide file tree
Showing 4 changed files with 5,127 additions and 199 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ node_modules/
.nyc_output/
report*.json
coverage
.env
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,4 +1,6 @@
language: node_js
node_js: 12
script: npm run ci
after_success: npm run coverage
after_success:
- npm run coverage
- npm run release

0 comments on commit 7660a52

Please sign in to comment.