Skip to content

Commit

Permalink
build: add btest Makefile target for pasteable download message
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Jun 26, 2020
1 parent 9058ec3 commit 0bfbecf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)'

Expand Down

0 comments on commit 0bfbecf

Please sign in to comment.