1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-15 15:53:41 +00:00

Automatically upload betas on pushes to master

* Add links to betas on the download page
  * Encourage new issue submitters to use the beta
This commit is contained in:
Nick Craig-Wood
2016-10-04 17:10:20 +01:00
parent a4714e5b75
commit 391feb698e
6 changed files with 76 additions and 18 deletions

View File

@@ -37,6 +37,22 @@ Rclone Download v1.33
You can also find a [mirror of the downloads on github](https://github.com/ncw/rclone/releases/tag/v1.33).
Beta releases
=============
[Beta releases](http://beta.rclone.org) are generated from each commit
to master. Note these are named like
{Version Tag}-{Commit Number}-g{Git Commit Hash}
You can match the `Git Commit Hash` up with `git log`. The most
recent release will have the largest `Version Tag` and `Commit Number`
and will normally be at the end of the list.
The beta releases haven't been through the full integration test suite
like the releases. However it is useful to try the latest beta before
reporting an issue.
Downloads for scripting
=======================

View File

@@ -38,6 +38,22 @@ Rclone Download VERSION
You can also find a [mirror of the downloads on github](https://github.com/ncw/rclone/releases/tag/VERSION).
Beta releases
=============
[Beta releases](http://beta.rclone.org) are generated from each commit
to master. Note these are named like
{Version Tag}-{Commit Number}-g{Git Commit Hash}
You can match the `Git Commit Hash` up with `git log`. The most
recent release will have the largest `Version Tag` and `Commit Number`
and will normally be at the end of the list.
The beta releases haven't been through the full integration test suite
like the releases. However it is useful to try the latest beta before
reporting an issue.
Downloads for scripting
=======================