Skip to content

Commit

Permalink
build: try semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
joual committed Mar 13, 2020
1 parent 8161f03 commit 5e0772e
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ orbs:
node: circleci/node@1.1.6
codecov: codecov/codecov@1.0.5
jobs:
build-and-test:
build-test-release:
executor:
name: node/default
steps:
Expand All @@ -21,21 +21,8 @@ jobs:
path: reports/junit
- codecov/upload:
file: coverage/coverage-final.json
# release:
# branches:
# only: master
# steps:
# - checkout
# - node/with-cache:
# steps:
# - run: yarn install
# - run: yarn build
# - run: yarn run semantic-release

- run: yarn run semantic-release
workflows:
pipeline:
jobs:
- build-and-test
# - release:
# requires:
# - build-and-test
- build-test-release

0 comments on commit 5e0772e

Please sign in to comment.