Add release changelog creation script

This commit is contained in:
schroda
2025-02-10 00:12:31 +01:00
parent 61bbadc72a
commit 16c1edaa52
3 changed files with 62 additions and 7 deletions

View File

@@ -14,6 +14,7 @@
"lint": "eslint src --ext .ts,.tsx,.js,.jsx --max-warnings=0 --cache",
"createCommitChangelog": "tsx tools/scripts/createCommitChangelog.ts",
"createTranslationChangelog": "tsx tools/scripts/createTranslationChangelog.ts",
"createReleaseChangelog": "tsx tools/scripts/createReleaseChangelog.ts",
"updateDeps": "tsx tools/scripts/updateDependencies.ts",
"gql:codegen-base": "graphql-codegen --config gql_codegen.ts",
"gql:codegen-formatter": "tsx tools/scripts/codegenFormatter.ts",