This commit is contained in:
Balena CI 2020-12-23 09:36:42 +02:00 committed by VersionBot
parent b040a21268
commit 358acbd2c8
4 changed files with 39 additions and 2 deletions

View File

@ -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 <mbalamatsias@gmail.com>
signed-off-by: Marios Balamatsias <mbalamatsias@gmail.com>
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 <mbalamatsias@gmail.com>
signed-off-by: Marios Balamatsias <mbalamatsias@gmail.com>
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

View File

@ -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]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.35.3",
"version": "12.36.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",