Start v1.36-DEV development

This commit is contained in:
Nick Craig-Wood 2017-03-18 11:30:04 +00:00
parent 118e26f8e2
commit 503cd84919
33 changed files with 35 additions and 31 deletions

View file

@ -134,6 +134,8 @@ tag: doc
retag: retag:
git tag -f $(LAST_TAG) git tag -f $(LAST_TAG)
startdev:
echo -e "package fs\n\n// Version of rclone\nvar Version = \"$(LAST_TAG)-DEV\"\n" | gofmt > fs/version.go echo -e "package fs\n\n// Version of rclone\nvar Version = \"$(LAST_TAG)-DEV\"\n" | gofmt > fs/version.go
git commit -m "Start $(LAST_TAG)-DEV development" fs/version.go git commit -m "Start $(LAST_TAG)-DEV development" fs/version.go

View file

@ -21,6 +21,8 @@ Making a release
* git push --tags origin master * git push --tags origin master
* git push --tags origin master:stable # update the stable branch for packager.io * git push --tags origin master:stable # update the stable branch for packager.io
* make upload_github * make upload_github
* make startdev
* # announce with forum post, twitter post, G+ post
Early in the next release cycle update the vendored dependencies Early in the next release cycle update the vendored dependencies
* make update * make update

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone" title: "rclone"
slug: rclone slug: rclone
url: /commands/rclone/ url: /commands/rclone/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone authorize" title: "rclone authorize"
slug: rclone_authorize slug: rclone_authorize
url: /commands/rclone_authorize/ url: /commands/rclone_authorize/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone cat" title: "rclone cat"
slug: rclone_cat slug: rclone_cat
url: /commands/rclone_cat/ url: /commands/rclone_cat/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone check" title: "rclone check"
slug: rclone_check slug: rclone_check
url: /commands/rclone_check/ url: /commands/rclone_check/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone cleanup" title: "rclone cleanup"
slug: rclone_cleanup slug: rclone_cleanup
url: /commands/rclone_cleanup/ url: /commands/rclone_cleanup/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone config" title: "rclone config"
slug: rclone_config slug: rclone_config
url: /commands/rclone_config/ url: /commands/rclone_config/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone copy" title: "rclone copy"
slug: rclone_copy slug: rclone_copy
url: /commands/rclone_copy/ url: /commands/rclone_copy/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone copyto" title: "rclone copyto"
slug: rclone_copyto slug: rclone_copyto
url: /commands/rclone_copyto/ url: /commands/rclone_copyto/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone cryptcheck" title: "rclone cryptcheck"
slug: rclone_cryptcheck slug: rclone_cryptcheck
url: /commands/rclone_cryptcheck/ url: /commands/rclone_cryptcheck/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone dedupe" title: "rclone dedupe"
slug: rclone_dedupe slug: rclone_dedupe
url: /commands/rclone_dedupe/ url: /commands/rclone_dedupe/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone delete" title: "rclone delete"
slug: rclone_delete slug: rclone_delete
url: /commands/rclone_delete/ url: /commands/rclone_delete/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone genautocomplete" title: "rclone genautocomplete"
slug: rclone_genautocomplete slug: rclone_genautocomplete
url: /commands/rclone_genautocomplete/ url: /commands/rclone_genautocomplete/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone gendocs" title: "rclone gendocs"
slug: rclone_gendocs slug: rclone_gendocs
url: /commands/rclone_gendocs/ url: /commands/rclone_gendocs/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone listremotes" title: "rclone listremotes"
slug: rclone_listremotes slug: rclone_listremotes
url: /commands/rclone_listremotes/ url: /commands/rclone_listremotes/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone ls" title: "rclone ls"
slug: rclone_ls slug: rclone_ls
url: /commands/rclone_ls/ url: /commands/rclone_ls/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone lsd" title: "rclone lsd"
slug: rclone_lsd slug: rclone_lsd
url: /commands/rclone_lsd/ url: /commands/rclone_lsd/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone lsl" title: "rclone lsl"
slug: rclone_lsl slug: rclone_lsl
url: /commands/rclone_lsl/ url: /commands/rclone_lsl/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone md5sum" title: "rclone md5sum"
slug: rclone_md5sum slug: rclone_md5sum
url: /commands/rclone_md5sum/ url: /commands/rclone_md5sum/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone mkdir" title: "rclone mkdir"
slug: rclone_mkdir slug: rclone_mkdir
url: /commands/rclone_mkdir/ url: /commands/rclone_mkdir/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone mount" title: "rclone mount"
slug: rclone_mount slug: rclone_mount
url: /commands/rclone_mount/ url: /commands/rclone_mount/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone move" title: "rclone move"
slug: rclone_move slug: rclone_move
url: /commands/rclone_move/ url: /commands/rclone_move/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone moveto" title: "rclone moveto"
slug: rclone_moveto slug: rclone_moveto
url: /commands/rclone_moveto/ url: /commands/rclone_moveto/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone obscure" title: "rclone obscure"
slug: rclone_obscure slug: rclone_obscure
url: /commands/rclone_obscure/ url: /commands/rclone_obscure/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone purge" title: "rclone purge"
slug: rclone_purge slug: rclone_purge
url: /commands/rclone_purge/ url: /commands/rclone_purge/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone rmdir" title: "rclone rmdir"
slug: rclone_rmdir slug: rclone_rmdir
url: /commands/rclone_rmdir/ url: /commands/rclone_rmdir/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone rmdirs" title: "rclone rmdirs"
slug: rclone_rmdirs slug: rclone_rmdirs
url: /commands/rclone_rmdirs/ url: /commands/rclone_rmdirs/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone sha1sum" title: "rclone sha1sum"
slug: rclone_sha1sum slug: rclone_sha1sum
url: /commands/rclone_sha1sum/ url: /commands/rclone_sha1sum/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone size" title: "rclone size"
slug: rclone_size slug: rclone_size
url: /commands/rclone_size/ url: /commands/rclone_size/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone sync" title: "rclone sync"
slug: rclone_sync slug: rclone_sync
url: /commands/rclone_sync/ url: /commands/rclone_sync/

View file

@ -1,5 +1,5 @@
--- ---
date: 2017-03-18T11:14:54Z date: 2017-03-18T11:19:45Z
title: "rclone version" title: "rclone version"
slug: rclone_version slug: rclone_version
url: /commands/rclone_version/ url: /commands/rclone_version/

View file

@ -1,4 +1,4 @@
package fs package fs
// Version of rclone // Version of rclone
var Version = "v1.36" var Version = "v1.36-DEV"