Skip to content

Commit

Permalink
Merge pull request #100 from Turbo87/labels
Browse files Browse the repository at this point in the history
package.json: Adjust changelog labels
  • Loading branch information
Turbo87 authored Jun 16, 2018
2 parents a56360b + a8aa89a commit 222c951
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,11 @@
"changelog": {
"repo": "lerna/lerna-changelog",
"labels": {
"Tag: Breaking Change": ":boom: Breaking Change",
"Tag: Enhancement": ":rocket: Enhancement",
"Tag: Bug Fix": ":bug: Bug Fix",
"Tag: Polish": ":nail_care: Polish",
"Tag: Documentation": ":memo: Documentation",
"Tag: Internal": ":house: Internal"
"breaking": ":boom: Breaking Change",
"enhancement": ":rocket: Enhancement",
"bug": ":bug: Bug Fix",
"documentation": ":memo: Documentation",
"internal": ":house: Internal"
},
"cacheDir": ".changelog"
},
Expand Down
11 changes: 5 additions & 6 deletions src/configuration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ describe("Configuration", function() {
expect(result).toEqual({
repo: "lerna/lerna-changelog",
labels: {
"Tag: Breaking Change": ":boom: Breaking Change",
"Tag: Enhancement": ":rocket: Enhancement",
"Tag: Bug Fix": ":bug: Bug Fix",
"Tag: Polish": ":nail_care: Polish",
"Tag: Documentation": ":memo: Documentation",
"Tag: Internal": ":house: Internal",
breaking: ":boom: Breaking Change",
enhancement: ":rocket: Enhancement",
bug: ":bug: Bug Fix",
documentation: ":memo: Documentation",
internal: ":house: Internal",
},
cacheDir: ".changelog",
rootPath,
Expand Down

0 comments on commit 222c951

Please sign in to comment.