Skip to content

Commit

Permalink
chore: Add CI semantic-release flow πŸ€–.
Browse files Browse the repository at this point in the history
 * Setup circleci.
 * Kill all humans 😱.
  • Loading branch information
alvaropinot committed Aug 2, 2019
1 parent 35d0f2b commit c635d47
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
jobs:
build:
docker:
- image: 'circleci/node:latest'
steps:
- checkout
- run:
name: release
command: npm run semantic-release || true

0 comments on commit c635d47

Please sign in to comment.