Skip to content

Commit

Permalink
Add labels for changelog (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolle committed Apr 13, 2018
1 parent 04039c3 commit aa6fb9c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"lerna": "2.10.1",
"changelog": {
"repo": "jdolle/graphql-prefab",
"labels": {
":eyeglasses: Spec Compliancy": ":eyeglasses: Spec Compliancy",
":boom: Breaking Change": ":boom: Breaking Change",
":rocket: New Feature": ":rocket: New Feature",
":bug: Bug Fix": ":bug: Bug Fix",
":nail_care: Polish": ":nail_care: Polish",
":memo: Documentation": ":memo: Documentation",
":house: Internal": ":house: Internal"
}
},
"packages": [
"packages/*"
],
Expand Down

0 comments on commit aa6fb9c

Please sign in to comment.