mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: nx release flow (#10674)
This commit is contained in:
17
nx.json
17
nx.json
@@ -116,5 +116,20 @@
|
||||
"parallel": 1,
|
||||
"useInferencePlugins": false,
|
||||
"defaultBase": "master",
|
||||
"useLegacyCache": true
|
||||
"useLegacyCache": true,
|
||||
"release": {
|
||||
"releaseTagPattern": "{version}-{projectName}",
|
||||
"projects": ["packages/*", "!packages/ui-mobile-base", "!packages/types-minimal", "!packages/winter-tc"],
|
||||
"projectsRelationship": "independent",
|
||||
"changelog": {
|
||||
"workspaceChangelog": false,
|
||||
"projectChangelogs": {
|
||||
"renderOptions": {
|
||||
"authors": true,
|
||||
"commitReferences": true,
|
||||
"versionTitleDate": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user