diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index efda4a6ec..87bf6e85e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,21 @@ +- commits: + - subject: Revert to automatic github token for website comments + hash: 86c6d2c64c4403cf0024819f1a7088b6953e7dc1 + body: | + Posting a comment to a PR does not require the elevated + access of the flowzone-app[bot] so we can just go back + to using the automatic github token with hardcoded permissions + as we were before. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 18.1.29 + title: "" + date: 2024-11-11T20:36:26.877Z - commits: - subject: Website publish needs contents:read hash: 1ae2640109714ec8790749d0be2608cea3e4bc4e diff --git a/CHANGELOG.md b/CHANGELOG.md index 778d2707d..b9bd73049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## 18.1.29 - 2024-11-11 + +* Revert to automatic github token for website comments [Kyle Harding] + ## 18.1.28 - 2024-11-11 * Website publish needs contents:read [Anton Belodedenko] diff --git a/package-lock.json b/package-lock.json index f55ff9c15..b14aa0f13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flowzone", - "version": "18.1.28", + "version": "18.1.29", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flowzone", - "version": "18.1.28", + "version": "18.1.29", "dependencies": { "yaml": "^2.1.3" }, diff --git a/package.json b/package.json index fa3d3fb11..fcc75090a 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "dependencies": { "yaml": "^2.1.3" }, - "version": "18.1.28", + "version": "18.1.29", "versionist": { - "publishedAt": "2024-11-11T18:51:25.261Z" + "publishedAt": "2024-11-11T20:36:27.386Z" } }