mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 00:08:11 +00:00
[no-relnote] Update generate changelog filter
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
6b78c72fec
commit
0b944ba274
@ -77,4 +77,4 @@ echo ""
|
|||||||
echo "### Version $VERSION"
|
echo "### Version $VERSION"
|
||||||
|
|
||||||
# Iterate over the commit messages and ignore the ones that start with "Merge" or "Bump"
|
# Iterate over the commit messages and ignore the ones that start with "Merge" or "Bump"
|
||||||
git log --pretty=format:"%s" $REFERENCE..@ | grep -Ev "(^Merge )|(^Bump)" | sed 's/^\(.*\)/- \1/g'
|
git log --pretty=format:"%s" $REFERENCE..@ | grep -Ev "(^Merge )|(^Bump)|(no-rel-?note)|(^---)" | sed 's/^\(.*\)/- \1/g'
|
||||||
|
Loading…
Reference in New Issue
Block a user