From 358acbd2c8ff5166e525b522c6712934c9906f17 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 23 Dec 2020 09:36:42 +0200 Subject: [PATCH] v12.36.0 --- .versionbot/CHANGELOG.yml | 32 ++++++++++++++++++++++++++++++++ CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 39 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f2b6ce13..ad0e0673 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,35 @@ +- commits: + - subject: 'errors: Make all exclusive flag errors expected' + hash: 074fe010bdc543c30754ac2eddba58d68bd8e0ae + body: | + eg Don't report errors if during a push --release-tag + and --detached flags are used. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Marios Balamatsias + signed-off-by: Marios Balamatsias + author: Marios Balamatsias + nested: [] + - subject: 'push: Add --release-tag flag' + hash: 34557e35eed227c22482b7fe91b7239c6e5908b9 + body: | + You can have 0 or multiple keys without values, + if you use values then you should have as many + values as you have keys. If you don't want to set + a value for a key set its value to "" (bash, cmd.exe) + or '""' (powershell). + footer: + Connects-to: '#892' + connects-to: '#892' + Change-type: minor + change-type: minor + Signed-off-by: Marios Balamatsias + signed-off-by: Marios Balamatsias + author: Marios Balamatsias + nested: [] + version: 12.36.0 + date: 2020-12-22T15:12:43.426Z - commits: - subject: Improve id disambiguation for tag commands hash: 584aa745f7a5f2d2cc7fb3209ac5c07c366ea04b diff --git a/CHANGELOG.md b/CHANGELOG.md index 357b1a13..2bda2847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +## 12.36.0 - 2020-12-22 + +* errors: Make all exclusive flag errors expected [Marios Balamatsias] +* push: Add --release-tag flag [Marios Balamatsias] + ## 12.35.3 - 2020-12-21 * Improve id disambiguation for tag commands [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3f1ccb59..91922eee 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.35.3", + "version": "12.36.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 01785681..0ddd8f48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.35.3", + "version": "12.36.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",