ci: Clarify and automate release process (#26181)

This commit is contained in:
Matsu
2026-02-26 07:45:31 +00:00
committed by GitHub
parent 6ec3255397
commit 96e446fc61
8 changed files with 415 additions and 41 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"checkJs": true,
"moduleResolution": "node"
},
"exclude": ["node_modules"]
}