Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
feat: enable semantic-release
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Kieckhafer <ek@ato.la>
  • Loading branch information
kieckhafer committed Apr 17, 2020
1 parent a523603 commit 28eab47
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .circleci/config.yml
Expand Up @@ -18,20 +18,20 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

# deploy:
# docker:
# - image: node:12
deploy:
docker:
- image: node:12

# steps:
# - checkout
steps:
- checkout

# - restore_cache:
# keys:
# - v1-dependencies-{{ checksum "package.json" }}
# # fallback to using the latest cache if no exact match is found
# - v1-dependencies-
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

# - run: npx semantic-release
- run: npx semantic-release

lint:
docker:
Expand Down Expand Up @@ -75,11 +75,11 @@ workflows:
- test:
requires:
- build
# - deploy:
# context: reaction-publish-semantic-release
# requires:
# - lint
# - test
# filters:
# branches:
# only: trunk
- deploy:
context: reaction-publish-semantic-release
requires:
- lint
- test
filters:
branches:
only: trunk

0 comments on commit 28eab47

Please sign in to comment.