Skip to content

Commit 39795e8

Browse files
committed
Project updated
1 parent 58ed1fd commit 39795e8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

git/.release.swp

0 Bytes
Binary file not shown.

git/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function update_release_notes {
2222
# Add version number to temp file
2323
echo "Version $ver" > tmpfile
2424
# 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
25+
git log $(git describe --tags --abbrev=0)..HEAD --pretty=format:" - %s" | grep -v "Merge pull request" >> tmpfile
2626
echo >> tmpfile
2727

2828
# Combine temp file with previous release notes and remove temp files

0 commit comments

Comments
 (0)