|
@@ -412,7 +412,7 @@ $(shell \
|
|
if git log -1 >/dev/null 2>/dev/null; then \
|
|
if git log -1 >/dev/null 2>/dev/null; then \
|
|
if [ -n "$(1)" ]; then \
|
|
if [ -n "$(1)" ]; then \
|
|
last_bump="$$(git log --pretty=format:'%h %s' . | \
|
|
last_bump="$$(git log --pretty=format:'%h %s' . | \
|
|
- grep --max-count=1 -e ': [uU]pdate to ' -e ': [bB]ump to ' | \
|
|
|
|
|
|
+ grep -m 1 -e ': [uU]pdate to ' -e ': [bB]ump to ' | \
|
|
cut -f 1 -d ' ')"; \
|
|
cut -f 1 -d ' ')"; \
|
|
fi; \
|
|
fi; \
|
|
if [ -n "$$last_bump" ]; then \
|
|
if [ -n "$$last_bump" ]; then \
|