Skip to content

Commit

Permalink
chore: replace standard-release with semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Dec 4, 2016
1 parent 8a80441 commit 5de843c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 159 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -10,5 +10,4 @@ node_modules
!.gitignore
!.npmignore
!.README
!.scripts
!.travis.yml
61 changes: 0 additions & 61 deletions .scripts/release.sh

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ script:
- nyc check-coverage --lines 90
- conventional-changelog-lint --from=HEAD~$(git --no-pager rev-list master..HEAD --count)
after_success:
- travis-after-all && ./.scripts/release.sh
- semantic-release pre && npm publish && semantic-release post
notifications:
email: false
sudo: false
94 changes: 0 additions & 94 deletions CHANGELOG.md

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -41,10 +41,9 @@
"gitdown": "^2.5.0",
"husky": "^0.11.9",
"nyc": "^8.4.0",
"semantic-release": "^6.3.2",
"sinon": "^2.0.0-pre.4",
"standard-version": "^3.0.0",
"tcomb": "^3.2.15",
"travis-after-all": "^1.4.4",
"webpack": "^2.1.0-beta.25"
},
"keywords": [
Expand Down

0 comments on commit 5de843c

Please sign in to comment.