Skip to content

Commit

Permalink
Merge pull request #3 from shenghu/develop
Browse files Browse the repository at this point in the history
add semantic-release
  • Loading branch information
shenghu committed May 23, 2019
2 parents 4061003 + 94d488d commit 76471cf
Show file tree
Hide file tree
Showing 3 changed files with 5,181 additions and 131 deletions.
19 changes: 18 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2
version: 2.1

defaults: &defaults
working_directory: ~/project/ethstatedb
Expand Down Expand Up @@ -59,6 +59,16 @@ jobs:
- run:
name: coveralls
command: npm run coveralls
release:
<<: *defaults
steps:
- checkout
- run:
name: npm install
command: npm install
- run:
name: npx semantic-release
command: npx semantic-release
workflows:
version: 2
install-lint-test:
Expand All @@ -73,3 +83,10 @@ workflows:
- coveralls:
requires:
- test
- release:
requires:
- lint
- test
filters:
branches:
only: master

0 comments on commit 76471cf

Please sign in to comment.