This commit is contained in:
Balena CI 2020-01-21 13:06:33 +02:00
parent be1a260af6
commit 751f67e997
4 changed files with 38 additions and 2 deletions

View File

@ -1,3 +1,33 @@
- commits:
- subject: Add `catch-uncommitted` to balena CI build
hash: 9db6961a7eb3905f37abe55e33989029128d2612
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
- subject: 'Update resin-lint and prettier, and re-prettify'
hash: b978230f9e15c8a42feffbf5d07469b5e1ab2b3a
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
- subject: 'Add tests for push, deploy and build commands'
hash: cc5fe60a15347674992d8ddfb2f5dfe9077b5d70
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
version: 11.21.8
date: 2020-01-20T23:29:54.537Z
- commits: - commits:
- subject: >- - subject: >-
Prevent file ignorer from ignoring Dockerfile (and variants), Prevent file ignorer from ignoring Dockerfile (and variants),

View File

@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 11.21.8 - 2020-01-20
* Add `catch-uncommitted` to balena CI build [Paulo Castro]
* Update resin-lint and prettier, and re-prettify [Paulo Castro]
* Add tests for push, deploy and build commands [Paulo Castro]
## 11.21.7 - 2020-01-20 ## 11.21.7 - 2020-01-20
* Prevent file ignorer from ignoring Dockerfile (and variants), docker-compose.yml [Scott Lowe] * Prevent file ignorer from ignoring Dockerfile (and variants), docker-compose.yml [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.21.7", "version": "11.21.8",
"description": "The official balena CLI tool", "description": "The official balena CLI tool",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",