Skip to content

Commit 8d852d3

Browse files
v19.13.36
1 parent fe03247 commit 8d852d3

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
- commits:
2+
- subject: Remove tag push events from release notes generation
3+
hash: 4dd924045ac016ff9e0df77e0825c61722d966ab
4+
body: |
5+
Tag push events are only somewhat supported, and there
6+
is no situation where this ever would have worked since
7+
we need to look at the PR body and commits to generate notes.
8+
footer:
9+
Change-type: patch
10+
change-type: patch
11+
Signed-off-by: Kyle Harding <[email protected]>
12+
signed-off-by: Kyle Harding <[email protected]>
13+
author: Kyle Harding
14+
nested: []
15+
version: 19.13.36
16+
title: ""
17+
date: 2025-04-24T18:26:43.492Z
118
- commits:
219
- subject: Update actions/download-artifact action to v4.3.0
320
hash: 579f3311908ae1f2f3fca39f4daa3da7d296992d

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.36 - 2025-04-24
8+
9+
* Remove tag push events from release notes generation [Kyle Harding]
10+
711
## 19.13.35 - 2025-04-24
812

913
* Update actions/download-artifact action to v4.3.0 [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.35",
20+
"version": "19.13.36",
2121
"versionist": {
22-
"publishedAt": "2025-04-24T17:09:57.204Z"
22+
"publishedAt": "2025-04-24T18:26:44.104Z"
2323
}
2424
}

0 commit comments

Comments
 (0)