Skip to content

Commit e939596

Browse files
committed
fix: use semantic-release
Use a conventional tool to automate semantic relases.
1 parent 0f23196 commit e939596

File tree

5 files changed

+2
-422
lines changed

5 files changed

+2
-422
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ dist
99
!.babelrc
1010
!.travis.yml
1111
!.README
12-
!.scripts

.scripts/release.sh

-61
This file was deleted.

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ script:
1414
- npm run test
1515
- npm run lint
1616
- npm run build
17-
- conventional-changelog-lint --from=HEAD~$(git --no-pager rev-list master..HEAD --count)
1817
after_success:
19-
- travis-after-all && ./.scripts/release.sh
18+
- rm -fr ./dist && npm run build && semantic-release pre && npm publish && semantic-release post

0 commit comments

Comments
 (0)