Not sure how `make release` worked in the past but this should fix it for now. release-2.x.y v2.14.1

Thu, 11 Jun 2020 04:17:55 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 11 Jun 2020 04:17:55 -0500
branch
release-2.x.y
changeset 40456
f902de8a1b5e
parent 40455
f706f573c7ae
child 40457
87817ffa63fb

Not sure how `make release` worked in the past but this should fix it for now.

Makefile.am file | annotate | diff | comparison | revisions
--- a/Makefile.am	Thu Jun 11 04:15:47 2020 -0500
+++ b/Makefile.am	Thu Jun 11 04:17:55 2020 -0500
@@ -50,7 +50,7 @@
 	head ChangeLog.API | grep "^version $(PACKAGE_VERSION):$$" >/dev/null
 
 # Ensure we're working from a tag...
-	test x`hg log -r "tag($(PACKAGE_VERSION))" --template "{node}"` = x`hg log -r . -T '{node}'`
+	test x`hg log -r "tag(v$(PACKAGE_VERSION))" --template "{node}"` = x`hg log -r . -T '{node}'`
 # ... and have no changes in the working copy.
 	test "x`hg st -mard`" = x
 

mercurial