Fix configuration of lerna-changelog (#7803) [skip ci]
This commit is contained in:
parent
a5edab7393
commit
b28ffedead
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@ packages/babel-preset-env-standalone/babel-preset-env.min.js
|
|||||||
/codemods/*/node_modules
|
/codemods/*/node_modules
|
||||||
/packages/babylon/build
|
/packages/babylon/build
|
||||||
.idea/
|
.idea/
|
||||||
|
/.changelog
|
||||||
|
|||||||
1
Makefile
1
Makefile
@ -134,6 +134,7 @@ clean-lib:
|
|||||||
clean-all:
|
clean-all:
|
||||||
rm -rf node_modules
|
rm -rf node_modules
|
||||||
rm -rf package-lock.json
|
rm -rf package-lock.json
|
||||||
|
rm -rf .changelog
|
||||||
|
|
||||||
$(foreach source, $(SOURCES), \
|
$(foreach source, $(SOURCES), \
|
||||||
$(call clean-source-all, $(source)))
|
$(call clean-source-all, $(source)))
|
||||||
|
|||||||
@ -3,6 +3,7 @@
|
|||||||
"version": "7.0.0-beta.46",
|
"version": "7.0.0-beta.46",
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"repo": "babel/babel",
|
"repo": "babel/babel",
|
||||||
|
"cacheDir": ".changelog",
|
||||||
"labels": {
|
"labels": {
|
||||||
"PR: Spec Compliancy :eyeglasses:": ":eyeglasses: Spec Compliancy",
|
"PR: Spec Compliancy :eyeglasses:": ":eyeglasses: Spec Compliancy",
|
||||||
"PR: Breaking Change :boom:": ":boom: Breaking Change",
|
"PR: Breaking Change :boom:": ":boom: Breaking Change",
|
||||||
@ -13,7 +14,6 @@
|
|||||||
"PR: Internal :house:": ":house: Internal"
|
"PR: Internal :house:": ":house: Internal"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cacheDir": ".changelog",
|
|
||||||
"commands": {
|
"commands": {
|
||||||
"publish": {
|
"publish": {
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user