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 a954575 commit ab8c545Copy full SHA for ab8c545
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 "Merge pull request" >> tmpfile
+ git log $(git describe --tags --abbrev=0)..HEAD --pretty=format:" - %s" | grep -v "Merge pull request" | grep -v "Project updated" >> tmpfile
26
echo >> tmpfile
27
28
# Combine temp file with previous release notes and remove temp files
0 commit comments