mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 12:57:39 +00:00
test
This commit is contained in:
53
nx.json
53
nx.json
@@ -1,34 +1,35 @@
|
|||||||
{
|
{
|
||||||
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
||||||
|
"defaultBase": "next",
|
||||||
"release": {
|
"release": {
|
||||||
"projects": [
|
"projects": [
|
||||||
"@zitadel/login",
|
"@zitadel/login",
|
||||||
"@zitadel/console",
|
"@zitadel/console",
|
||||||
"@zitadel/api",
|
"@zitadel/api",
|
||||||
"@zitadel/docs"
|
"@zitadel/docs"
|
||||||
],
|
],
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"workspaceChangelog": {
|
"workspaceChangelog": {
|
||||||
"file": false,
|
"file": false,
|
||||||
"createRelease": "github"
|
"createRelease": "github"
|
||||||
}
|
|
||||||
},
|
|
||||||
"projectsRelationship": "fixed",
|
|
||||||
"version": {
|
|
||||||
"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}"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"projectsRelationship": "fixed",
|
||||||
|
"version": {
|
||||||
|
"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": {
|
"namedInputs": {
|
||||||
"proto": [
|
"proto": [
|
||||||
"{workspaceRoot}/proto/**"
|
"{workspaceRoot}/proto/**"
|
||||||
|
Reference in New Issue
Block a user