mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 13:19:21 +00:00
fix release
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"packageManager": "pnpm@10.13.1",
|
"packageManager": "pnpm@10.13.1",
|
||||||
"name": "@zitadel/login",
|
"name": "@zitadel/login",
|
||||||
"version": "4.0.0",
|
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev -p 3002 -H 0.0.0.0",
|
"dev": "next dev -p 3002 -H 0.0.0.0",
|
||||||
|
102
nx.json
102
nx.json
@@ -1,87 +1,41 @@
|
|||||||
{
|
{
|
||||||
"$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
|
||||||
|
},
|
||||||
|
"releaseTagPattern": "v{version}",
|
||||||
|
"releaseTagPatternCheckAllBranchesWhen": true,
|
||||||
|
"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/**"
|
||||||
],
|
],
|
||||||
"sharedGlobals": [
|
"sharedGlobals": [
|
||||||
"{workspaceRoot}/**/.env.*local",
|
"{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"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"default": [
|
"default": [
|
||||||
"{projectRoot}/**/*",
|
"{projectRoot}/**/*",
|
||||||
"sharedGlobals",
|
"sharedGlobals",
|
||||||
|
Reference in New Issue
Block a user