devex: changelog system (#5309)
* devex: changelog system * feat: changelog CIs * feat: web alias for platform + hosting * feat: upload binaries to gh release * feat: improve copy text * fix: release workflow * fix: changelog CIs + PR health check comment * fix: action * fix: comment style * fix: comment * fix: remove health * fix: deploy use Modrinth bot machine account * feat: new system * fix: pr comment structure
This commit is contained in:
@@ -24,9 +24,11 @@
|
||||
"storybook": "pnpm --filter @modrinth/ui storybook",
|
||||
"build-storybook": "pnpm --filter @modrinth/ui build-storybook",
|
||||
"icons:add": "pnpm --filter @modrinth/assets icons:add",
|
||||
"changelog:collect": "node scripts/run.mjs collect-changelog",
|
||||
"scripts": "node scripts/run.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@clack/prompts": "^1.0.0",
|
||||
"@modrinth/tooling-config": "workspace:*",
|
||||
"@tailwindcss/container-queries": "^0.1.1",
|
||||
"@types/node": "^20.1.0",
|
||||
@@ -34,9 +36,11 @@
|
||||
"@vue/compiler-sfc": "^3.5.26",
|
||||
"chalk": "^5.6.2",
|
||||
"if-ci": "^3.0.0",
|
||||
"keep-a-changelog": "^3.0.2",
|
||||
"prettier": "^3.3.2",
|
||||
"turbo": "^2.5.4",
|
||||
"vue": "^3.5.13"
|
||||
"vue": "^3.5.13",
|
||||
"yaml": "^2.8.2"
|
||||
},
|
||||
"packageManager": "pnpm@9.15.0",
|
||||
"pnpm": {
|
||||
|
||||
Reference in New Issue
Block a user