diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9dead2e..2172555 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,37 @@ +- commits: + - subject: Update balena-yocto-scripts to 9467c78fa81511321fe952477b316e830742760c + hash: 58fbf76adfcd9461917dadcf365c481629fc15a3 + body: Update balena-yocto-scripts + footer: + Changelog-entry: Update balena-yocto-scripts to 9467c78fa81511321fe952477b316e830742760c + changelog-entry: Update balena-yocto-scripts to 9467c78fa81511321fe952477b316e830742760c + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Support commit tags when extracting version tag from git + hash: 98fec51fae4721224e64cfec52480a5f17b8e271 + body: > + Git describe does not include commit tags by default, and only + annotated tags are shown. + + + This behaviour was fine until a recent CI issue changed the + types of tags used to version the repositories. + + + This commit allows supporting of both types while the CI issue + is investigated. + footer: + Change-type: patch + change-type: patch + author: Kyle Harding + nested: [] + version: balena-yocto-scripts-1.21.8 + title: "" + date: 2024-04-29T17:17:30.203Z + version: 5.3.2+rev1 + title: "" + date: 2024-04-29T22:11:47.544Z - commits: - subject: Update layers/meta-openembedded to 01358b6d705071cc0ac5aefa7670ab235709729a diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d0f07d..61fea98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v5.3.2+rev1 +## (2024-04-29) + + +
+ Update balena-yocto-scripts to 9467c78fa81511321fe952477b316e830742760c [Self-hosted Renovate Bot] + +> ## balena-yocto-scripts-1.21.8 +> ### (2024-04-29) +> +> * Support commit tags when extracting version tag from git [Kyle Harding] +> + +
+ # v5.3.2 ## (2024-04-26) diff --git a/VERSION b/VERSION index ba09cfd..4a18845 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.3.2 \ No newline at end of file +5.3.2+rev1 \ No newline at end of file