From bd3cc235927000d8c8b868516bec36778a9d2609 Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Tue, 27 Feb 2024 19:20:37 +0100 Subject: [PATCH 1/2] release notes for v0.4.0 --- RELEASE_NOTES | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index b8d09e8c..6182443d 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,6 +1,22 @@ This file contains a description of the major changes to the EESSI build-and-deploy bot. For more detailed information, please see the git log. +v0.4.0 (28 February 2024) +-------------------------- + +This is a minor release of the EESSI build-and-deploy bot. + +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) +* adding the pull request comment id to the metadata file that is uploded 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) + + v0.3.0 (30 January 2024) -------------------------- From 2018925079996b22325d3e97be2e3ed273607b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20R=C3=B6blitz?= Date: Wed, 28 Feb 2024 14:23:45 +0100 Subject: [PATCH 2/2] Update RELEASE_NOTES spell correction Co-authored-by: Lara Ramona Peeters <49882639+laraPPr@users.noreply.github.com> --- RELEASE_NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 6182443d..984d0bcf 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -11,7 +11,7 @@ Bug fixes: Improvements: * the bot report when downloading the pull request's contents failed (#248) -* adding the pull request comment id to the metadata file that is uploded to the +* 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)