This commit is contained in:
Florian Forster
2025-08-05 21:46:25 -07:00
parent ec0c5f2a71
commit 6beec34cf9
4 changed files with 100 additions and 1254 deletions

34
nx.json
View File

@@ -1,27 +1,31 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"release": {
"releaseTagPattern": "release/{projectName}/{version}",
"groups": {
"test": {
"projects": [
"projects": [
"@zitadel/login",
"@zitadel/console",
"@zitadel/api"
"@zitadel/api",
"@zitadel/docs"
],
"projectsRelationship": "fixed",
"docker": {
"skipVersionActions": true,
"registryUrl": "ghcr.io",
"groupPreVersionCommand": "echo BEFORE VERSIONING"
},
"changelog": {
"projectChangelogs": true
}
"changelog": {
"workspaceChangelog": {
"createRelease": "github"
}
},
"projectsRelationship": "fixed",
"version": {
"conventionalCommits": true
"conventionalCommits": true,
"fallbackCurrentVersionResolver": "disk"
},
"releaseTagPattern": "v{version}",
"docker": {
"skipVersionActions": true,
"registryUrl": "ghcr.io",
"groupPreVersionCommand": "echo BEFORE VERSIONING"
},
"dockerVersionScheme": {
"production": "{currentDate|YYMM.DD}.{shortCommitSha}",
"staging": "{currentDate|YYMM.DD}-staging.{shortCommitSha}"
}
},
"namedInputs": {