We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ed1fd commit 39795e8Copy full SHA for 39795e8
git/.release.swp
0 Bytes
git/release
@@ -22,7 +22,7 @@ function update_release_notes {
22
# Add version number to temp file
23
echo "Version $ver" > tmpfile
24
# Find all commits from last tag, exclude merge commits and save to temp file
25
- git log $(git describe --tags --abbrev=0)..HEAD --pretty=format:" - %s" | grep -v -P "Merge pull request" >> tmpfile
+ git log $(git describe --tags --abbrev=0)..HEAD --pretty=format:" - %s" | grep -v "Merge pull request" >> tmpfile
26
echo >> tmpfile
27
28
# Combine temp file with previous release notes and remove temp files
0 commit comments