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

Commit

Permalink
Merge pull request #4 from reactioncommerce/feat-kieckhafer-enableSem…
Browse files Browse the repository at this point in the history
…anticRelease

feat: create this plugin (and add semantic-release to CI)
  • Loading branch information
aldeed authored Apr 20, 2020
2 parents de8c573 + 6514f9a commit 47a6f34
Show file tree
Hide file tree
Showing 3 changed files with 1,586 additions and 554 deletions.
38 changes: 19 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 47a6f34

Please sign in to comment.