From 0bfbecf9cb980d5b97400278f220956464c637e0 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 26 Jun 2020 14:15:07 +0100 Subject: [PATCH] build: add btest Makefile target for pasteable download message --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 23c8edae3..4cd3db648 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,10 @@ vars: @echo GO_VERSION="'$(GO_VERSION)'" @echo BETA_URL="'$(BETA_URL)'" +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" + version: @echo '$(TAG)'