File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 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:
12791279* Remove all reverted commits and their reverts
12801280* Separate all SEMVER-MAJOR, SEMVER-MINOR, and SEMVER-PATCH commits into lists
12811281
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+
12821288#### Generate the notable changes
12831289
12841290For a major release, all SEMVER-MAJOR commits that are not strictly internal,
You can’t perform that action at this time.
0 commit comments