mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
v12.46.0
This commit is contained in:
parent
3b56ed278e
commit
7c4974f4f5
@ -1,3 +1,22 @@
|
||||
- commits:
|
||||
- subject: Add `--draft` option to `balena push`
|
||||
hash: 254ef1c8cfd8c8faeebb4097c8853e83ecfee190
|
||||
body: >
|
||||
This change will allow to build releases as draft and have them being
|
||||
|
||||
set as final at a later stage. This change is part of a larger feature
|
||||
towards
|
||||
|
||||
using the builder as part of CI/CD pipelines.
|
||||
footer:
|
||||
Depends-on: 'https://github.com/balena-io/balena-builder/pull/868'
|
||||
depends-on: 'https://github.com/balena-io/balena-builder/pull/868'
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
version: 12.46.0
|
||||
date: 2021-08-15T16:45:37.972Z
|
||||
- commits:
|
||||
- subject: 'push, build: Improve error handling (identify which service failed)'
|
||||
hash: c7bbbc4159185d804c0d05c8768252a5ce4b0341
|
||||
|
@ -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/).
|
||||
|
||||
## 12.46.0 - 2021-08-15
|
||||
|
||||
* Add `--draft` option to `balena push` [Felipe Lalanne]
|
||||
|
||||
## 12.45.2 - 2021-08-13
|
||||
|
||||
* push, build: Improve error handling (identify which service failed) [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.45.2",
|
||||
"version": "12.46.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.45.2",
|
||||
"version": "12.46.0",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -287,6 +287,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-08-13T23:59:02.899Z"
|
||||
"publishedAt": "2021-08-15T16:45:38.192Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user