File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1279,6 +1279,12 @@ The commits in the generated changelog must then be organized:
1279
1279
* Remove all reverted commits and their reverts
1280
1280
* Separate all SEMVER-MAJOR, SEMVER-MINOR, and SEMVER-PATCH commits into lists
1281
1281
1282
+ ``` console
1283
+ $ branch-diff upstream/vN-1.x upstream/vN.x --require-label=semver-major --group --filter-release # get all majors
1284
+ $ branch-diff upstream/vN-1.x upstream/vN.x --require-label=semver-minor --group --filter-release # get all minors
1285
+ $ branch-diff upstream/vN-1.x upstream/vN.x --exclude-label=semver-major,semver-minor --group --filter-release # get all patches
1286
+ ```
1287
+
1282
1288
#### Generate the notable changes
1283
1289
1284
1290
For a major release, all SEMVER-MAJOR commits that are not strictly internal,
You can’t perform that action at this time.
0 commit comments