build: add btesth target to output beta log in HTML for email pasting

This commit is contained in:
Nick Craig-Wood 2023-09-20 21:54:55 +01:00
parent 9370dbcc47
commit e6b718c938
1 changed files with 4 additions and 0 deletions

View File

@ -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 "<a href="$(BETA_URL)">$(TAG)</a> on branch <a href="https://github.com/rclone/rclone/tree/$(BRANCH)">$(BRANCH)</a> (uploaded in 15-30 mins)" | xclip -r -sel clip -t text/html
@echo "Copied beta release in HTML to clip board"
version:
@echo '$(TAG)'