Skip to content

Commit

Permalink
fix: adding semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
chanind committed Mar 11, 2019
1 parent 575524d commit 9cc27c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Expand Up @@ -15,6 +15,10 @@ jobs:

working_directory: ~/repo

branches:
ignore:
- /^v\d+\.\d+\.\d+$/

steps:
- checkout
- <<: *restore_cache
Expand All @@ -30,3 +34,4 @@ jobs:
- run: yarn test
- run: yarn report-coverage
- run: if [ "$CIRCLE_BRANCH" = "master" ]; then yarn deploy-docs; fi
- run: if [ "$CIRCLE_BRANCH" = "master" ]; then yarn semantic-release; fi
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "curve-matcher",
"version": "0.0.0",
"description": "",
"description": "Curve matching using Fréchet distance and Procrustes analysis in JS",
"keywords": [
"frechet distance",
"procrustes analysis",
Expand Down

0 comments on commit 9cc27c1

Please sign in to comment.