Skip to content

Commit

Permalink
Remove release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 11, 2024
1 parent 9bb40ac commit f561b50
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 79 deletions.
68 changes: 19 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
"name": "glimmer-engine",
"version": "0.92.0",
"private": true,
"license": "MIT",
"description": "Glimmer compiles Handlebars templates into document fragments rather than string buffers",
"repository": {
"type": "git",
"url": "https://github.com/glimmerjs/glimmer-vm.git"
},
"license": "MIT",
"author": "Tilde, Inc.",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"benchmark:setup": "zx ./bin/setup-bench.mjs",
"browserstack:connect": "ember browserstack:connect",
Expand Down Expand Up @@ -105,17 +108,29 @@
"xo": "^0.54.2",
"zx": "^7.2.3"
},
"changelog": {
"repo": "glimmerjs/glimmer-vm",
"labels": {
"breaking": ":boom: Breaking Change",
"enhancement": ":rocket: Enhancement",
"bug": ":bug: Bug Fix",
"documentation": ":memo: Documentation",
"internal": ":house: Internal"
}
},
"engines": {
"node": ">=16.0.0"
},
"volta": {
"node": "20.9.0",
"pnpm": "8.5.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"pnpm": {
"overrides": {
"@rollup/pluginutils": "^5.0.2",
"@types/node": "$@types/node",
"typescript": "$typescript"
},
"peerDependencyRules": {
"allowAny": [
"vite-plugin-babel",
Expand All @@ -126,51 +141,6 @@
"rollup": "3",
"typescript": "5"
}
},
"overrides": {
"@rollup/pluginutils": "^5.0.2",
"@types/node": "$@types/node",
"typescript": "$typescript"
},
"patchedDependencies": {
"@release-it-plugins/[email protected]": "patches/@[email protected]"
}
},
"changelog": {
"repo": "glimmerjs/glimmer-vm",
"labels": {
"breaking": ":boom: Breaking Change",
"enhancement": ":rocket: Enhancement",
"bug": ":bug: Bug Fix",
"documentation": ":memo: Documentation",
"internal": ":house: Internal"
}
},
"release-it": {
"plugins": {
"@release-it-plugins/workspaces": {
"publish": false,
"workspaces": [
"packages/@glimmer/*"
],
"additionalManifests": {
"dependencyUpdates": []
}
},
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
}
},
"git": {
"commitMessage": "v${version}",
"tagName": "v${version}"
},
"github": {
"release": true,
"releaseName": "v${version}",
"tokenRef": "GITHUB_AUTH"
},
"npm": false
}
}
20 changes: 0 additions & 20 deletions patches/@[email protected]

This file was deleted.

14 changes: 4 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f561b50

Please sign in to comment.