Skip to content

Commit

Permalink
feat(semantic-release): add semantic-release package (#12)
Browse files Browse the repository at this point in the history
* perf: trying commitizen

* perf(package): adding semantic-release plugins

* perf: adding semantic-release package
  • Loading branch information
roggervalf committed Mar 6, 2020
1 parent cb21c66 commit 28cf910
Show file tree
Hide file tree
Showing 4 changed files with 3,763 additions and 139 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ notifications:
on_failure: always
install:
- yarn
after_success:
- yarn semantic-release
script:
- commitlint-travis
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"

0 comments on commit 28cf910

Please sign in to comment.