use -E instead of -r for sed so it works on OSX
+1
-1
@@ -55,7 +55,7 @@ Create the change log with: https://github.com/tschaub/github-changelog. For exa
|
||||
|
||||
Alternative method:
|
||||
|
||||
git log --merges --abbrev-commit --format=format:'* %s %b - %an' v3.0.0-beta.2..v3.0.0-beta.3 | sed -r 's/Merge pull request (#[0-9]+) from \S* /\1 /' > /tmp/changelog
|
||||
git log --merges --abbrev-commit --format=format:'* %s %b - %an' v3.0.0-beta.2..v3.0.0-beta.3 | sed -E 's/Merge pull request (#[0-9]+) from \S* /\1 /' > /tmp/changelog
|
||||
|
||||
Attach the `.zip` archive created above to the release page.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user