# HG changeset patch # User Gary Kramlich # Date 1591867075 18000 # Node ID f902de8a1b5eac32c33c63c95b40693ba5c4aed8 # Parent f706f573c7ae34683bfe4490a20c728d0960687c Not sure how `make release` worked in the past but this should fix it for now. diff -r f706f573c7ae -r f902de8a1b5e Makefile.am --- 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