File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ function Get-ChangeLog
180180 # # but not reachable from the last release tag. Instead, we need to exclude the commits that were cherry-picked,
181181 # # and only include the commits that are not in the last release into the change log.
182182
183- # Find the commits that were only in the orginal master, excluding those that were cherry-picked to release branch.
183+ # Find the commits that were only in the original master, excluding those that were cherry-picked to release branch.
184184 $new_commits_from_other_parent = git -- no- pager log -- first- parent -- cherry- pick -- right- only " $tag_hash ...$other_parent_hash " -- format= $format | New-CommitNode
185185 # Find the commits that were only in the release branch, excluding those that were cherry-picked from master branch.
186186 $new_commits_from_last_release = git -- no- pager log -- first- parent -- cherry- pick -- left- only " $tag_hash ...$other_parent_hash " -- format= $format | New-CommitNode
You can’t perform that action at this time.
0 commit comments