File tree Expand file tree Collapse file tree 1 file changed +4
-48
lines changed
Expand file tree Collapse file tree 1 file changed +4
-48
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments