mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
v12.36.0
This commit is contained in:
parent
b040a21268
commit
358acbd2c8
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.35.3",
|
||||
"version": "12.36.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user