Skip to content

Commit

Permalink
Update lerna-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tusbar committed Jun 21, 2018
1 parent 8cfdda6 commit 3b93a75
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 121 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ jobs:
echo "[+] Running for range $PREV_TAG...$CIRCLE_TAG"
node_modules/.bin/lerna-changelog --tag-from $PREV_TAG --tag-to $CIRCLE_TAG > CHANGELOG.md
node_modules/.bin/lerna-changelog --from $PREV_TAG --to $CIRCLE_TAG > CHANGELOG.md
else
PREV_TAG=$(git describe --abbrev=0 --tags)
echo "[+] Running from $PREV_TAG"
node_modules/.bin/lerna-changelog --tag-from $PREV_TAG > CHANGELOG.md
node_modules/.bin/lerna-changelog --from $PREV_TAG > CHANGELOG.md
fi
- save_cache:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"eslint-plugin-react": "^7.7.0",
"jest": "^23.1.0",
"jest-junit": "^5.0.0",
"lerna-changelog": "^0.7.0",
"lerna-changelog": "^0.8.0",
"mock-local-storage": "^1.0.5",
"node-sass": "^4.9.0",
"raf": "^3.4.0",
Expand Down
Loading

0 comments on commit 3b93a75

Please sign in to comment.