chore(repo): simplify nx release config (#20994)
This commit is contained in:
parent
fd8668007a
commit
34c68c0a20
22
nx.json
22
nx.json
@ -26,6 +26,11 @@
|
||||
]
|
||||
},
|
||||
"release": {
|
||||
"projects": [
|
||||
"packages/*",
|
||||
"packages/nx/native-packages/*",
|
||||
"packages-legacy/*"
|
||||
],
|
||||
"releaseTagPattern": "{version}",
|
||||
"changelog": {
|
||||
"workspaceChangelog": {
|
||||
@ -33,19 +38,10 @@
|
||||
"file": false
|
||||
}
|
||||
},
|
||||
"groups": {
|
||||
"npm": {
|
||||
"projects": [
|
||||
"packages/*",
|
||||
"packages/nx/native-packages/*",
|
||||
"packages-legacy/*"
|
||||
],
|
||||
"version": {
|
||||
"generatorOptions": {
|
||||
"packageRoot": "build/packages/{projectName}",
|
||||
"currentVersionResolver": "registry"
|
||||
}
|
||||
}
|
||||
"version": {
|
||||
"generatorOptions": {
|
||||
"packageRoot": "build/packages/{projectName}",
|
||||
"currentVersionResolver": "registry"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user