Skip to content

Commit

Permalink
Update changelog configuration (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec authored Jun 12, 2021
1 parent ba2d82c commit f06a549
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
},
"changelog": {
"labels": {
"breaking": ":boom: Breaking Changes",
"enhancement": ":rocket: Enhancements",
"bug": ":bug: Bug Fixes",
"documentation": ":memo: Documentation"
":boom: breaking": ":boom: Breaking Changes",
":rocket: enhancement": ":rocket: Enhancements",
":bug: bug": ":bug: Bug Fixes",
":book: documentation": ":memo: Documentation",
":hammer: maintenance": ":hammer: Maintenance"
}
},
"lerna": "3.13.0"
Expand Down

0 comments on commit f06a549

Please sign in to comment.