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)'