Skip to content

Commit

Permalink
chore: add semantic-release for project - fix #408 (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-redFox committed Apr 13, 2020
1 parent 9c37de6 commit bb8f9ee
Show file tree
Hide file tree
Showing 4 changed files with 10,295 additions and 4,232 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,12 @@ services:
before_script:
- npm install -g grunt-cli

after_success:
# run automated release process with semantic-release
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "push" && "$TRAVIS_NODE_VERSION" == "12" ]]; then
semantic-release;
fi;

script:
- commitlint-travis
- npm run lint
Expand Down

0 comments on commit bb8f9ee

Please sign in to comment.