File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1420,7 +1420,7 @@ The commits in the generated changelog must then be organized:
14201420* Separate all SEMVER-MAJOR, SEMVER-MINOR, and SEMVER-PATCH commits into lists
14211421
14221422``` console
1423- $ branch-diff upstream/vN-1.x upstream/vN.x --require-label=semver-major --group --filter-release --mardown # get all majors
1423+ $ branch-diff upstream/vN-1.x upstream/vN.x --require-label=semver-major --group --filter-release --markdown # get all majors
14241424$ branch-diff upstream/vN-1.x upstream/vN.x --require-label=semver-minor --group --filter-release --markdown # get all minors
14251425$ branch-diff upstream/vN-1.x upstream/vN.x --exclude-label=semver-major,semver-minor --group --filter-release --markdown # get all patches
14261426```
You can’t perform that action at this time.
0 commit comments