Skip to content

Commit

Permalink
Remove release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 8, 2024
1 parent 167b941 commit b5656e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1,253 deletions.
22 changes: 0 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
"test": "pnpm --filter '*' test"
},
"devDependencies": {
"@release-it-plugins/lerna-changelog": "^6.0.0",
"@release-it-plugins/workspaces": "^4.0.0",
"release-it": "^16.1.5",
"release-plan": "^0.6.0"
},
"volta": {
Expand Down Expand Up @@ -52,24 +49,5 @@
"@glimmer/*": "Glimmer is still pre 1.0, and every minor in pre-1.0 SemVer is a breaking chaneg. So because some dependencies (like 0.44.0 of Glimmer -- this is not compatible with current Glimmer (>= 0.80))"
}
}
},
"release-it": {
"plugins": {
"@release-it-plugins/workspaces": {
"publish": false
},
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
}
},
"git": {
"tagName": "v${version}"
},
"npm": false,
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
}
}
}
Loading

0 comments on commit b5656e4

Please sign in to comment.