Skip to content

Commit

Permalink
Merge pull request #453 from DavidSchinazi/patch-4
Browse files Browse the repository at this point in the history
We are pedants are we not
  • Loading branch information
martinthomson authored Oct 17, 2024
2 parents 3cbc57a + d104c5f commit 0a79788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ endif
file="$$(git ls-files "$${1%-[0-9][0-9]}.*")"; \
for last in $$(git log --follow --name-only --format=format: -- "$${file%-[0-9][0-9]}" | \
sed -e '/^$$/d' | grep -v draft-todo-yourname-protocol | cut -f 2 | uniq | tail +2); do \
if [ -n "$$(git tag -l "$${last%.*}-*")" ]; then \
if [ -n "$$(git tag -l "$${last%.*}-[0-9][0-9]")" ]; then \
echo -F; echo "replaces=$${last%.*}"; break; \
fi; \
done; \
Expand Down

0 comments on commit 0a79788

Please sign in to comment.