forked from TrueCloudLab/rclone
build: add btest Makefile target for pasteable download message
This commit is contained in:
parent
9058ec32e1
commit
0bfbecf9cb
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -61,6 +61,10 @@ vars:
|
||||||
@echo GO_VERSION="'$(GO_VERSION)'"
|
@echo GO_VERSION="'$(GO_VERSION)'"
|
||||||
@echo BETA_URL="'$(BETA_URL)'"
|
@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:
|
version:
|
||||||
@echo '$(TAG)'
|
@echo '$(TAG)'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue