1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-11 13:03:20 +00:00

build: Stop tagged releases making a current beta - fixes #4789

Before this change stable releases updated the current beta which mean
confusingly the current beta release would jump backwards from
1.54.0-beta to 1.53.3-beta say.

This commit stops any tagged build making a current beta release. They
will still make beta releases, they just won't update the
rclone*current*.zip and version.txt files.

This also means that a .0 release will not make a current beta like it
does at the moment.
This commit is contained in:
Nick Craig-Wood
2020-11-24 17:59:52 +00:00
parent cee618bc03
commit 200de46249
2 changed files with 3 additions and 4 deletions

View File

@@ -65,9 +65,8 @@ Now
* git cherry-pick any fixes
* Do the steps as above
* make startstable
* NB this overwrites the current beta so we need to do this - FIXME is this true any more?
* git co master
* # cherry pick the changes to the changelog
* `#` cherry pick the changes to the changelog - check the diff to make sure it is correct
* git checkout ${BASE_TAG}-stable docs/content/changelog.md
* git commit -a -v -m "Changelog updates from Version ${NEW_TAG}"
* git push