Skip to content

Commit 968e35a

Browse files
v19.13.14
1 parent 252fb1a commit 968e35a

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

.versionbot/CHANGELOG.yml

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
- commits:
2+
- subject: Fix file list for non pull request events
3+
hash: eb9fa414309e521fb524fbffaa4003e12d2ef87b
4+
body: |
5+
We still support push events for some projects
6+
but file list has been broken for a while because
7+
pull_request does not exist on the event context so
8+
node aborts.
9+
10+
Instead use the actions || condition that handles
11+
all failures of the first condition.
12+
footer:
13+
CHange-type: patch
14+
change-type: patch
15+
Signed-off-by: Kyle Harding <[email protected]>
16+
signed-off-by: Kyle Harding <[email protected]>
17+
author: Kyle Harding
18+
nested: []
19+
version: 19.13.14
20+
title: ""
21+
date: 2025-04-02T14:37:48.529Z
122
- commits:
223
- subject: Update dependency node to v20.19.0
324
hash: 9222f7e9ec87b9b674d5f8cc680b36fb09f6a9c5

CHANGELOG.md

+4
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.14 - 2025-04-02
8+
9+
* Fix file list for non pull request events [Kyle Harding]
10+
711
## 19.13.13 - 2025-04-02
812

913
* Update dependency node to v20.19.0 [balena-renovate[bot]]

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"dependencies": {
1818
"yaml": "^2.1.3"
1919
},
20-
"version": "19.13.13",
20+
"version": "19.13.14",
2121
"versionist": {
22-
"publishedAt": "2025-04-02T12:48:40.112Z"
22+
"publishedAt": "2025-04-02T14:37:49.096Z"
2323
}
2424
}

0 commit comments

Comments
 (0)