Skip to content

Commit f012936

Browse files
v19.13.22
1 parent 86bb397 commit f012936

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
- commits:
2+
- subject: Format release notes with github script
3+
hash: 843282146c046fc6336c1905b60c09e2c00832e7
4+
body: |
5+
The previous function was throwing errors in some cases
6+
when the gh cli expected a local .git directory.
7+
8+
Instead we should avoid an interactive CLI for steps like this.
9+
footer:
10+
Change-type: patch
11+
change-type: patch
12+
Signed-off-by: Kyle Harding <[email protected]>
13+
signed-off-by: Kyle Harding <[email protected]>
14+
author: Kyle Harding
15+
nested: []
16+
version: 19.13.22
17+
title: ""
18+
date: 2025-04-07T15:04:48.841Z
119
- commits:
220
- subject: Update balena-io/deploy-to-balena-action action to v2.0.107
321
hash: fb297e4557a6cd4f304f59d7d20ab4fae40a4066

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 19.13.22 - 2025-04-07
8+
9+
* Format release notes with github script [Kyle Harding]
10+
711
## 19.13.21 - 2025-04-07
812

913
* Update balena-io/deploy-to-balena-action action to v2.0.107 [balena-renovate[bot]]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"dependencies": {
1818
"yaml": "^2.1.3"
1919
},
20-
"version": "19.13.21",
20+
"version": "19.13.22",
2121
"versionist": {
22-
"publishedAt": "2025-04-07T14:09:55.153Z"
22+
"publishedAt": "2025-04-07T15:04:49.459Z"
2323
}
2424
}

0 commit comments

Comments
 (0)