Skip to content

Commit 4720751

Browse files
committed
fixup! doc: use markdown when branch-diff major release
1 parent b70b23c commit 4720751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/contributing/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)