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 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)