diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index cbea6bf2..ad35edf5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Set outputs on finalize + hash: cc1d347ecdb81110227fd3b1ef35f319f3040a9a + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + version: 0.26.1 + title: "" + date: 2023-01-30T22:03:10.195Z - commits: - subject: Mark versionbot as Deprecated in action.yml hash: d7aded8a4900e38107b8fa0395ee9bb010c2ac67 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f304ac9..440cc0e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## v0.26.1 - 2023-01-30 + +* Set outputs on finalize [Kyle Harding] + ## v0.26.0 - 2023-01-23 * Mark versionbot as Deprecated in action.yml [maggie0002] diff --git a/action.yml b/action.yml index 9e8c3084..51b2ae35 100644 --- a/action.yml +++ b/action.yml @@ -62,7 +62,7 @@ outputs: description: Version of the release built runs: using: docker - image: docker://ghcr.io/balena-io/deploy-to-balena-action:v0.26.0 + image: docker://ghcr.io/balena-io/deploy-to-balena-action:v0.26.1 env: BALENA_TOKEN: ${{ inputs.balena_token }} BALENA_URL: ${{ inputs.environment }} diff --git a/package-lock.json b/package-lock.json index 707691de..c992c182 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deploy-to-balena-action", - "version": "0.25.0", + "version": "0.26.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "deploy-to-balena-action", - "version": "0.25.0", + "version": "0.26.0", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index b1e3380f..10d03622 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deploy-to-balena-action", - "version": "0.26.0", + "version": "0.26.1", "description": "Github action to build releases for a fleet", "homepage": "https://github.com/balena-io/deploy-to-balena-action", "private": true,