build: add btest Makefile target for pasteable download message

This commit is contained in:
Nick Craig-Wood 2020-06-26 14:15:07 +01:00
parent 9058ec32e1
commit 0bfbecf9cb
1 changed files with 4 additions and 0 deletions

View File

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