From 218d291e517494201115b8120f66ef38e9f14d7d Mon Sep 17 00:00:00 2001 From: Mathias Kraus Date: Mon, 23 Dec 2024 17:53:37 +0100 Subject: [PATCH 1/2] [#3] Deaktivate draft handling on Cirrus CI --- .cirrus.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 4ce7a20d1..a05346272 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -24,7 +24,8 @@ env: # Filter to run the CI only on the main branch or for pull request to the main branch # -only_if: $CI_ENABLED && !$CIRRUS_PR_DRAFT && ( $CIRRUS_BRANCH == 'main' || ($CIRRUS_PR != '' && $CIRRUS_BASE_BRANCH == 'main')) +# TODO: check why !$CIRRUS_PR_DRAFT breaks the CI on the main branch +only_if: $CI_ENABLED && ( $CIRRUS_BRANCH == 'main' || ($CIRRUS_PR != '' && $CIRRUS_BASE_BRANCH == 'main')) # # Templates From b16e6cb5ef46a9784a7a76c5e7a58748c4898c13 Mon Sep 17 00:00:00 2001 From: Mathias Kraus Date: Mon, 23 Dec 2024 17:57:31 +0100 Subject: [PATCH 2/2] [#77] Fix version number in release notes --- doc/release-notes/iceoryx2-v0.5.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-notes/iceoryx2-v0.5.0.md b/doc/release-notes/iceoryx2-v0.5.0.md index 226bc23b5..d60b97f7c 100644 --- a/doc/release-notes/iceoryx2-v0.5.0.md +++ b/doc/release-notes/iceoryx2-v0.5.0.md @@ -1,4 +1,4 @@ -# iceoryx2 v?.?.? +# iceoryx2 v0.5.0 ## [v0.5.0](https://github.com/eclipse-iceoryx/iceoryx2/tree/v0.5.0)