From 352c510dab3ba7660bd87e2f5c4016ed305f0179 Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Wed, 28 Feb 2024 16:25:59 +0100 Subject: [PATCH] improve release notes for v0.4.0 --- RELEASE_NOTES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 984d0bcf..bfc562ae 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -10,11 +10,11 @@ Bug fixes: * fixes issue using wrong values when using the `bot: status` command (#251) Improvements: -* the bot report when downloading the pull request's contents failed (#248) +* make bot report when preparing the job working directory failed, for example due to merge conflict in a pull request (#248) * adding the pull request comment id to the metadata file that is uploaded to the the S3 bucket (#247, #249, #250, #253) * enabling configurable upload directories for tarball and metadata file (#254) -* the bot only responds to pull request comments that contain a bot command (#257) +* only make bot respond to pull request comments that contain a bot command (#257) v0.3.0 (30 January 2024)