Skip to content

Commit

Permalink
chore(release): move changelog config to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Oct 6, 2023
1 parent 3864562 commit d6bd4a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,15 @@
"volta": {
"node": "18.17.1",
"pnpm": "8.8.0"
},
"changelog": {
"repo": "mainmatter/qunit-dom",
"labels": {
"breaking": ":boom: Breaking Change",
"enhancement": ":rocket: Enhancement",
"bug": ":bug: Bug Fix",
"documentation": ":memo: Documentation",
"internal": ":house: Internal"
}
}
}
10 changes: 0 additions & 10 deletions packages/qunit-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,6 @@
"webpack": "5.88.2"
},
"packageManager": "pnpm@7.33.6",
"changelog": {
"repo": "mainmatter/qunit-dom",
"labels": {
"breaking": ":boom: Breaking Change",
"enhancement": ":rocket: Enhancement",
"bug": ":bug: Bug Fix",
"documentation": ":memo: Documentation",
"internal": ":house: Internal"
}
},
"volta": {
"extends": "../../package.json"
}
Expand Down

0 comments on commit d6bd4a8

Please sign in to comment.