Skip to content

Commit

Permalink
fix: use semantic-release
Browse files Browse the repository at this point in the history
Use a conventional tool to automate semantic relases.
  • Loading branch information
gajus committed Feb 27, 2017
1 parent 0f23196 commit e939596
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 422 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -9,4 +9,3 @@ dist
!.babelrc
!.travis.yml
!.README
!.scripts
61 changes: 0 additions & 61 deletions .scripts/release.sh

This file was deleted.

3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -14,6 +14,5 @@ script:
- npm run test
- npm run lint
- npm run build
- conventional-changelog-lint --from=HEAD~$(git --no-pager rev-list master..HEAD --count)
after_success:
- travis-after-all && ./.scripts/release.sh
- rm -fr ./dist && npm run build && semantic-release pre && npm publish && semantic-release post

0 comments on commit e939596

Please sign in to comment.