From ec906293ae853da0b5135a66a6facd34c7acf367 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 27 May 2025 08:35:33 -0700 Subject: [PATCH] maint: more verbose git-tag-release. * maintainer/maint.mk (git-tag-release): always show command being run. --- maintainer/maint.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintainer/maint.mk b/maintainer/maint.mk index ee5a25076..c737369c6 100644 --- a/maintainer/maint.mk +++ b/maintainer/maint.mk @@ -182,11 +182,11 @@ print-release-type: git-tag-release: maintainer-check @set -e -u; \ case '$(AM_TAG_DRYRUN)' in \ - ""|[nN]|[nN]o|NO) run="set -x;";; \ + ""|[nN]|[nN]o|NO) run=;; \ *) run="echo Would run:";; \ esac; \ $(git_must_have_clean_workdir); \ - $$run $(GIT) tag -s "v$(VERSION)" -m "$(PACKAGE) $(VERSION)" + set -x; $$run $(GIT) tag -s "v$(VERSION)" -m "$(PACKAGE) $(VERSION)" git-upload-release: @# Check this is a version we can cut a release (either test -- 2.47.3