fix release

This commit is contained in:
Florian Forster
2025-08-06 13:24:31 -07:00
parent ce6c457e8b
commit 2988d8d7aa
2 changed files with 28 additions and 75 deletions

View File

@@ -1,7 +1,6 @@
{
"packageManager": "pnpm@10.13.1",
"name": "@zitadel/login",
"version": "4.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3002 -H 0.0.0.0",

54
nx.json
View File

@@ -1,6 +1,5 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"defaultBase": "next",
"release": {
"projects": [
"@zitadel/login",
@@ -16,10 +15,10 @@
},
"projectsRelationship": "fixed",
"version": {
"conventionalCommits": true,
"fallbackCurrentVersionResolver": "disk"
"conventionalCommits": true
},
"releaseTagPattern": "v{version}",
"releaseTagPatternCheckAllBranchesWhen": true,
"docker": {
"skipVersionActions": true,
"registryUrl": "ghcr.io",
@@ -29,58 +28,13 @@
"production": "{currentDate|YYMM.DD}.{shortCommitSha}",
"staging": "{currentDate|YYMM.DD}-staging.{shortCommitSha}"
}
},
},
"namedInputs": {
"proto": [
"{workspaceRoot}/proto/**"
],
"sharedGlobals": [
"{workspaceRoot}/**/.env.*local",
{
"env": "DEBUG"
},
{
"env": "VERCEL_URL"
},
{
"env": "EMAIL_VERIFICATION"
},
{
"env": "AUDIENCE"
},
{
"env": "SYSTEM_USER_ID"
},
{
"env": "SYSTEM_USER_PRIVATE_KEY"
},
{
"env": "ZITADEL_API_URL"
},
{
"env": "ZITADEL_SERVICE_USER_TOKEN"
},
{
"env": "NEXT_PUBLIC_BASE_PATH"
},
{
"env": "CUSTOM_REQUEST_HEADERS"
},
{
"env": "NODE_ENV"
},
{
"env": "PORT"
},
{
"env": "INKEEP_API_KEY"
},
{
"env": "DISPLAY"
},
{
"env": "CYPRESS_DISPLAY"
}
"{workspaceRoot}/**/.env.*local"
],
"default": [
"{projectRoot}/**/*",