Skip to content

Commit

Permalink
Fix configuration of lerna-changelog (babel#7803) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
shirohana authored and hzoo committed Apr 27, 2018
1 parent a5edab7 commit b28ffed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -44,3 +44,4 @@ packages/babel-preset-env-standalone/babel-preset-env.min.js
/codemods/*/node_modules
/packages/babylon/build
.idea/
/.changelog
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -134,6 +134,7 @@ clean-lib:
clean-all:
rm -rf node_modules
rm -rf package-lock.json
rm -rf .changelog

$(foreach source, $(SOURCES), \
$(call clean-source-all, $(source)))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,6 +3,7 @@
"version": "7.0.0-beta.46",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",
"labels": {
"PR: Spec Compliancy :eyeglasses:": ":eyeglasses: Spec Compliancy",
"PR: Breaking Change :boom:": ":boom: Breaking Change",
Expand All @@ -13,7 +14,6 @@
"PR: Internal :house:": ":house: Internal"
}
},
"cacheDir": ".changelog",
"commands": {
"publish": {
"ignore": [
Expand Down

0 comments on commit b28ffed

Please sign in to comment.