Skip to content

Commit 079e5e2

Browse files
committed
temp: don't use release-groups
1 parent c6b2456 commit 079e5e2

File tree

1 file changed

+4
-48
lines changed

1 file changed

+4
-48
lines changed

nx.json

Lines changed: 4 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -106,56 +106,12 @@
106106
}
107107
},
108108
"release": {
109-
"groups": {
110-
"packages": {
111-
"projects": ["tag:publishable"],
112-
"releaseTagPattern": "packages@{version}"
113-
},
114-
"applications": {
115-
"projects": ["tag:deployable"],
116-
"projectsRelationship": "independent",
117-
"releaseTagPattern": "{projectName}@{version}"
118-
}
119-
},
120-
"conventionalCommits": {
121-
"types": {
122-
"fix": {
123-
"semverBump": "patch",
124-
"changelog": {
125-
"title": "Bug Fixes"
126-
}
127-
},
128-
"feat": {
129-
"semverBump": "minor",
130-
"changelog": {
131-
"title": "New Features"
132-
}
133-
},
134-
"docs": {
135-
"semverBump": "patch",
136-
"changelog": {
137-
"title": "Documentation Updates"
138-
}
139-
},
140-
"build": {
141-
"semverBump": "minor",
142-
"changelog": {
143-
"title": "Other Updates"
144-
}
145-
},
146-
"chore": {
147-
"semverBump": "none",
148-
"changelog": false
149-
},
150-
"style": {
151-
"semverBump": "patch",
152-
"changelog": false
153-
}
154-
}
155-
},
109+
"projects": ["tag:publishable"],
110+
"releaseTagPattern": "{projectName}@{version}",
111+
"projectsRelationship": "independent",
112+
156113
"version": {
157114
"preVersionCommand": "npx nx run-many -t build --projects tag:publishable tag:deployable",
158-
"conventionalCommits": true,
159115
"generatorOptions": {
160116
"updateDependents": "auto",
161117
"fallbackCurrentVersionResolver": "disk",

0 commit comments

Comments
 (0)