Skip to content

Commit cba982d

Browse files
authored
Merge pull request #310 from PolinaBevad/removed_updated_comment
Removed updated comment from release script
2 parents a954575 + a993141 commit cba982d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VarDict

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 "Merge pull request" >> tmpfile
25+
git log $(git describe --tags --abbrev=0)..HEAD --pretty=format:" - %s" | grep -v "Merge pull request" | grep -v "Project updated" >> tmpfile
2626
echo >> tmpfile
2727

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

0 commit comments

Comments
 (0)