chore(repo): simplify nx release config (#20994)

This commit is contained in:
James Henry 2024-01-04 23:46:22 +04:00 committed by GitHub
parent fd8668007a
commit 34c68c0a20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
nx.json
View File

@ -26,6 +26,11 @@
] ]
}, },
"release": { "release": {
"projects": [
"packages/*",
"packages/nx/native-packages/*",
"packages-legacy/*"
],
"releaseTagPattern": "{version}", "releaseTagPattern": "{version}",
"changelog": { "changelog": {
"workspaceChangelog": { "workspaceChangelog": {
@ -33,21 +38,12 @@
"file": false "file": false
} }
}, },
"groups": {
"npm": {
"projects": [
"packages/*",
"packages/nx/native-packages/*",
"packages-legacy/*"
],
"version": { "version": {
"generatorOptions": { "generatorOptions": {
"packageRoot": "build/packages/{projectName}", "packageRoot": "build/packages/{projectName}",
"currentVersionResolver": "registry" "currentVersionResolver": "registry"
} }
} }
}
}
}, },
"targetDefaults": { "targetDefaults": {
"nx-release-publish": { "nx-release-publish": {