Skip to content

Commit

Permalink
v0.39.6
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci committed Nov 23, 2022
1 parent 10c5f3c commit 51e135d
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
23 changes: 23 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
- commits:
- subject: Use merge source when creating github release notes
hash: c7e5fa15167afa33ef872af91a6752c7069a0413
body: >
The `github_finalize` job was trying to use the original source of the PR
for creating the release notes. This required the source artifact to
exist at the moment of merge which is not always true as merge can
happen at any point after creating the PR. This changes the job to use
the latest source but exclude the last two commits (merge and version)
from the release notes.
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 0.39.6
title: ""
date: 2022-11-23T21:18:34.003Z
- commits:
- subject: Rename tag {branch} to build-{branch} for draft docker images
hash: 1f2469f2303f3bb399f5c4ddc709d98eef0e7928
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## 0.39.6 - 2022-11-23

* Use merge source when creating github release notes [Felipe Lalanne]

## 0.39.5 - 2022-11-23

* Rename tag {branch} to build-{branch} for draft docker images [Kyle Harding]
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"dependencies": {
"yaml": "^2.1.3"
},
"version": "0.39.5",
"version": "0.39.6",
"versionist": {
"publishedAt": "2022-11-23T02:31:48.347Z"
"publishedAt": "2022-11-23T21:18:34.422Z"
}
}
2 changes: 1 addition & 1 deletion tests/balena.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Flowzone
type: sw.application
version: 0.39.5
version: 0.39.6

0 comments on commit 51e135d

Please sign in to comment.