|
1 | 1 | { |
2 | | - "pluginsConfig": { |
3 | | - "@nx/js": { |
4 | | - "analyzeSourceFiles": true |
5 | | - }, |
6 | | - "nx-cmake": { |
7 | | - "language": "C", |
8 | | - "cmakeConfigDir": ".cmake", |
9 | | - "workspaceName": "workspace" |
10 | | - } |
11 | | - }, |
12 | 2 | "extends": "nx/presets/npm.json", |
| 3 | + "$schema": "./node_modules/nx/schemas/nx-schema.json", |
| 4 | + "defaultBase": "origin/main", |
13 | 5 | "defaultProject": "verdaccio", |
14 | | - "release": { |
15 | | - "projects": ["plugins/*"], |
16 | | - "projectsRelationship": "independent", |
17 | | - "releaseTagPattern": "{projectName}-{version}", |
18 | | - "changelog": { |
19 | | - "workspaceChangelog": false, |
20 | | - "projectChangelogs": { |
21 | | - "createRelease": "github" |
22 | | - } |
23 | | - }, |
24 | | - "git": { |
25 | | - "commitMessage": "chore({projectName}): release version {version} [skip ci]" |
26 | | - }, |
27 | | - "version": { |
28 | | - "conventionalCommits": true |
29 | | - } |
| 6 | + "workspaceLayout": { |
| 7 | + "appsDir": "bin", |
| 8 | + "libsDir": "packages" |
30 | 9 | }, |
31 | 10 | "tasksRunnerOptions": { |
32 | 11 | "default": { |
|
47 | 26 | } |
48 | 27 | } |
49 | 28 | }, |
50 | | - "$schema": "./node_modules/nx/schemas/nx-schema.json", |
51 | | - "affected": { |
52 | | - "defaultBase": "origin/main" |
53 | | - }, |
54 | | - "workspaceLayout": { |
55 | | - "appsDir": "bin", |
56 | | - "libsDir": "packages" |
57 | | - }, |
58 | | - "plugins": ["nx-cmake"], |
59 | 29 | "targetDefaults": { |
60 | 30 | "build": { |
61 | 31 | "dependsOn": ["lint", "^build"] |
|
126 | 96 | "generateTests": true |
127 | 97 | } |
128 | 98 | } |
129 | | - } |
| 99 | + }, |
| 100 | + "release": { |
| 101 | + "projects": ["plugins/*"], |
| 102 | + "projectsRelationship": "independent", |
| 103 | + "releaseTagPattern": "{projectName}-{version}", |
| 104 | + "changelog": { |
| 105 | + "workspaceChangelog": false, |
| 106 | + "projectChangelogs": { |
| 107 | + "createRelease": "github" |
| 108 | + } |
| 109 | + }, |
| 110 | + "git": { |
| 111 | + "commitMessage": "chore({projectName}): release version {version} [skip ci]" |
| 112 | + }, |
| 113 | + "version": { |
| 114 | + "conventionalCommits": true |
| 115 | + } |
| 116 | + }, |
| 117 | + "pluginsConfig": { |
| 118 | + "@nx/js": { |
| 119 | + "analyzeSourceFiles": true |
| 120 | + }, |
| 121 | + "nx-cmake": { |
| 122 | + "language": "C", |
| 123 | + "cmakeConfigDir": ".cmake", |
| 124 | + "workspaceName": "workspace" |
| 125 | + } |
| 126 | + }, |
| 127 | + "plugins": ["nx-cmake"] |
130 | 128 | } |
0 commit comments