use pr instead of tag for changelog/prs [skip ci] (#6819)
This commit is contained in:
parent
e44cef3473
commit
84fe8e4181
14
lerna.json
14
lerna.json
@ -4,13 +4,13 @@
|
|||||||
"changelog": {
|
"changelog": {
|
||||||
"repo": "babel/babel",
|
"repo": "babel/babel",
|
||||||
"labels": {
|
"labels": {
|
||||||
"Tag: Spec Compliancy": ":eyeglasses: Spec Compliancy",
|
"PR: Spec Compliancy": ":eyeglasses: Spec Compliancy",
|
||||||
"Tag: Breaking Change": ":boom: Breaking Change",
|
"PR: Breaking Change": ":boom: Breaking Change",
|
||||||
"Tag: New Feature": ":rocket: New Feature",
|
"PR: New Feature": ":rocket: New Feature",
|
||||||
"Tag: Bug Fix": ":bug: Bug Fix",
|
"PR: Bug Fix": ":bug: Bug Fix",
|
||||||
"Tag: Polish": ":nail_care: Polish",
|
"PR: Polish": ":nail_care: Polish",
|
||||||
"Tag: Docs": ":memo: Documentation",
|
"PR: Docs": ":memo: Documentation",
|
||||||
"Tag: Internal": ":house: Internal"
|
"PR: Internal": ":house: Internal"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cacheDir": ".changelog",
|
"cacheDir": ".changelog",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user