Skip to content

Commit 9193710

Browse files
authored
build: remove legacy release tooling (#23428)
Removes the legacy release tooling from the repository. We had two successful releases with the new tool, and the tool has been used for quite a while in the framework repository. We will fix issues in the new release tool going forward.
1 parent 343d701 commit 9193710

20 files changed

+0
-1463
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
"deploy-dev-app": "node ./scripts/deploy-dev-app.js",
2828
"breaking-changes": "ts-node --project scripts/tsconfig.json scripts/breaking-changes.ts",
2929
"gulp": "gulp",
30-
"~~stage-release": "ts-node --project tools/legacy-release/tsconfig.json tools/legacy-release/stage-release.ts",
31-
"~~publish-release": "ts-node --project tools/legacy-release/tsconfig.json tools/legacy-release/publish-release.ts",
3230
"check-entry-point-setup": "node ./scripts/check-entry-point-setup.js",
3331
"check-rollup-globals": "ts-node --project scripts/tsconfig.json scripts/check-rollup-globals.ts",
3432
"changelog": "ts-node --project tools/release/tsconfig.json tools/release/changelog.ts",

tools/legacy-release/base-release-task.ts

Lines changed: 0 additions & 78 deletions
This file was deleted.

tools/legacy-release/changelog-commit-template.hbs

Lines changed: 0 additions & 60 deletions
This file was deleted.

tools/legacy-release/changelog-root-template.hbs

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)