Auto-merge for PR #946 via VersionBot

Add warning about re-enabling automatic updates
This commit is contained in:
resin-io-versionbot[bot] 2018-08-15 21:39:23 +00:00 committed by GitHub
commit 5010a1e312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
## v7.9.2 - 2018-08-15
* Add warning about re-enabling automatic updates #946 [Pagan Gazzard]
## v7.9.1 - 2018-08-15
* Fix errors in `getRequestStream` not being propogated #942 [Pagan Gazzard]

View File

@ -87,6 +87,9 @@ offerToDisableAutomaticUpdates = (application, commit) ->
download and install the latest release once it is online.
Do you want to disable automatic updates for this application?
Warning: To re-enable this requires direct api calls,
see https://docs.resin.io/reference/api/resources/device/#set-device-to-release
'''
form.ask
message: message,

View File

@ -1,6 +1,6 @@
{
"name": "resin-cli",
"version": "7.9.1",
"version": "7.9.2",
"description": "The official resin.io CLI tool",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",