| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4e1c5c5 commit b0da3b9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1420,9 +1420,9 @@ The commits in the generated changelog must then be organized: | |||
| 1420 | 1420 | * Separate all SEMVER-MAJOR, SEMVER-MINOR, and SEMVER-PATCH commits into lists | |
| 1421 | 1421 | ||
| 1422 | 1422 | ```console | |
| 1423 | - $ branch-diff upstream/vN-1.x upstream/vN.x --require-label=semver-major --group --filter-release # get all majors | ||
| 1424 | - $ branch-diff upstream/vN-1.x upstream/vN.x --require-label=semver-minor --group --filter-release # get all minors | ||
| 1425 | - $ branch-diff upstream/vN-1.x upstream/vN.x --exclude-label=semver-major,semver-minor --group --filter-release # get all patches | ||
| 1423 | + $ branch-diff upstream/vN-1.x upstream/vN.x --require-label=semver-major --group --filter-release --markdown # get all majors | ||
| 1424 | + $ branch-diff upstream/vN-1.x upstream/vN.x --require-label=semver-minor --group --filter-release --markdown # get all minors | ||
| 1425 | + $ branch-diff upstream/vN-1.x upstream/vN.x --exclude-label=semver-major,semver-minor --group --filter-release --markdown # get all patches | ||
| 1426 | 1426 | ``` | |
| 1427 | 1427 | ||
| 1428 | 1428 | #### Generate the notable changes | |
| Back | FazBrowse Home | New Git URL |
0 commit comments