Skip to content

Commit

Permalink
chore: extract release-it config to own file
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycalleri committed Dec 6, 2023
1 parent 0960cfd commit db139b9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
17 changes: 17 additions & 0 deletions .release-it.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module.exports = {
plugins: {
"@release-it-plugins/lerna-changelog": {
infile: "CHANGELOG.md",
launchEditor: false,
},
"@release-it-plugins/workspaces": true,
},
git: {
tagName: "v${version}",
},
github: {
release: true,
tokenRef: "GITHUB_AUTH",
},
npm: false,
};
17 changes: 0 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,6 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"release-it": {
"plugins": {
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": false
},
"@release-it-plugins/workspaces": true
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
},
"npm": false
},
"pnpm": {
"overrides": {
"ember-source": "4.12.2"
Expand Down

0 comments on commit db139b9

Please sign in to comment.