Skip to content

Commit

Permalink
Adapt to recent versions of git
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Oct 12, 2023
1 parent 5cbd540 commit 4eace81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ last_tag="$1"
if [ -z "$last_tag" ]; then
last_tag=`git tag | sort -n | tail -n 1`
fi
git log ${last_tag}.. --no-merges --invert-grep --author renovate --format="* %s (%h)"
git log ${last_tag}.. --no-merges --perl-regexp --author='^((?!(dependabot|renovate|github-actions)).*)$' --format="* %s (%h)"

0 comments on commit 4eace81

Please sign in to comment.