Thu, 11 Jun 2020 04:17:55 -0500
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