We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9c582 commit 3c43021Copy full SHA for 3c43021
doc/contributing/releases.md
@@ -1279,6 +1279,12 @@ The commits in the generated changelog must then be organized:
1279
* Remove all reverted commits and their reverts
1280
* Separate all SEMVER-MAJOR, SEMVER-MINOR, and SEMVER-PATCH commits into lists
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
+
1288
#### Generate the notable changes
1289
1290
For a major release, all SEMVER-MAJOR commits that are not strictly internal,
0 commit comments