From e6b718c938b390cbf604468a8806f097b4b91689 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 20 Sep 2023 21:54:55 +0100 Subject: [PATCH] build: add btesth target to output beta log in HTML for email pasting --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index b12759b43..434c3f4a2 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,10 @@ btest: @echo "[$(TAG)]($(BETA_URL)) on branch [$(BRANCH)](https://github.com/rclone/rclone/tree/$(BRANCH)) (uploaded in 15-30 mins)" | xclip -r -sel clip @echo "Copied markdown of beta release to clip board" +btesth: + @echo "$(TAG) on branch $(BRANCH) (uploaded in 15-30 mins)" | xclip -r -sel clip -t text/html + @echo "Copied beta release in HTML to clip board" + version: @echo '$(TAG)'