Skip to content

Commit f561b50

Browse files
committedSep 11, 2024
Remove release-it
1 parent 9bb40ac commit f561b50

File tree

3 files changed

+23
-79
lines changed

3 files changed

+23
-79
lines changed
 

‎package.json

+19-49
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
"name": "glimmer-engine",
33
"version": "0.92.0",
44
"private": true,
5+
"license": "MIT",
56
"description": "Glimmer compiles Handlebars templates into document fragments rather than string buffers",
67
"repository": {
78
"type": "git",
89
"url": "https://github.com/glimmerjs/glimmer-vm.git"
910
},
10-
"license": "MIT",
1111
"author": "Tilde, Inc.",
12+
"publishConfig": {
13+
"registry": "https://registry.npmjs.org"
14+
},
1215
"scripts": {
1316
"benchmark:setup": "zx ./bin/setup-bench.mjs",
1417
"browserstack:connect": "ember browserstack:connect",
@@ -105,17 +108,29 @@
105108
"xo": "^0.54.2",
106109
"zx": "^7.2.3"
107110
},
111+
"changelog": {
112+
"repo": "glimmerjs/glimmer-vm",
113+
"labels": {
114+
"breaking": ":boom: Breaking Change",
115+
"enhancement": ":rocket: Enhancement",
116+
"bug": ":bug: Bug Fix",
117+
"documentation": ":memo: Documentation",
118+
"internal": ":house: Internal"
119+
}
120+
},
108121
"engines": {
109122
"node": ">=16.0.0"
110123
},
111124
"volta": {
112125
"node": "20.9.0",
113126
"pnpm": "8.5.0"
114127
},
115-
"publishConfig": {
116-
"registry": "https://registry.npmjs.org"
117-
},
118128
"pnpm": {
129+
"overrides": {
130+
"@rollup/pluginutils": "^5.0.2",
131+
"@types/node": "$@types/node",
132+
"typescript": "$typescript"
133+
},
119134
"peerDependencyRules": {
120135
"allowAny": [
121136
"vite-plugin-babel",
@@ -126,51 +141,6 @@
126141
"rollup": "3",
127142
"typescript": "5"
128143
}
129-
},
130-
"overrides": {
131-
"@rollup/pluginutils": "^5.0.2",
132-
"@types/node": "$@types/node",
133-
"typescript": "$typescript"
134-
},
135-
"patchedDependencies": {
136-
"@release-it-plugins/workspaces@4.0.0": "patches/@release-it-plugins__workspaces@4.0.0.patch"
137-
}
138-
},
139-
"changelog": {
140-
"repo": "glimmerjs/glimmer-vm",
141-
"labels": {
142-
"breaking": ":boom: Breaking Change",
143-
"enhancement": ":rocket: Enhancement",
144-
"bug": ":bug: Bug Fix",
145-
"documentation": ":memo: Documentation",
146-
"internal": ":house: Internal"
147144
}
148-
},
149-
"release-it": {
150-
"plugins": {
151-
"@release-it-plugins/workspaces": {
152-
"publish": false,
153-
"workspaces": [
154-
"packages/@glimmer/*"
155-
],
156-
"additionalManifests": {
157-
"dependencyUpdates": []
158-
}
159-
},
160-
"@release-it-plugins/lerna-changelog": {
161-
"infile": "CHANGELOG.md",
162-
"launchEditor": true
163-
}
164-
},
165-
"git": {
166-
"commitMessage": "v${version}",
167-
"tagName": "v${version}"
168-
},
169-
"github": {
170-
"release": true,
171-
"releaseName": "v${version}",
172-
"tokenRef": "GITHUB_AUTH"
173-
},
174-
"npm": false
175145
}
176146
}

‎patches/@release-it-plugins__workspaces@4.0.0.patch

-20
This file was deleted.

‎pnpm-lock.yaml

+4-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Failed to load comments.