chore: nx release flow (#10674)

This commit is contained in:
Nathan Walker
2025-01-29 16:42:25 -08:00
committed by GitHub
parent e6beb1d816
commit f9e7088d07
5 changed files with 255 additions and 641 deletions

17
nx.json
View File

@@ -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
}
}
}
}
}