Skip to content

Commit

Permalink
Add changelog config for release-plan to know how to interpret PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Dec 6, 2023
1 parent 1984b4e commit 0e288ce
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,19 @@
"yarn": "1.22.18",
"pnpm": "8.7.6"
},
"changelog": {
"__comment__": "Our release infrastructure relies on these exact labels. Be careful changing them.",
"labels": {
"breaking": ":boom: Breaking Change",
"enhancement": ":rocket: Enhancement",
"bug": ":bug: Bug Fix",
"documentation": ":memo: Documentation",
"internal": ":house: Internal",
"unlabeled": ":question: Unlabeled"
},
"wildcardLabel": "unlabeled"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
}

0 comments on commit 0e288ce

Please sign in to comment.