From df269535b1ad074b009fa3180bfb5f903d7ba070 Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Tue, 2 Jul 2024 21:05:31 +0000 Subject: [PATCH] release --- .github/workflows/release.yml | 3 ++- CHANGELOG.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50e8311dcef5..59451a0b6b45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -203,7 +203,8 @@ jobs: merge-multiple: true - run: | set -ex - CCF_VERSION=${${{ github.ref_name }}#ccf-} + CCF_VERSION=${{ github.ref_name }} + CCF_VERSION=${CCF_VERSION#ccf-} gh release create --title $CCF_VERSION --draft --notes-file rel-notes.md pkg/* shell: bash env: diff --git a/CHANGELOG.md b/CHANGELOG.md index c072db0f6101..d24ea72c3841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.0.9] +## [0.0.10] -[0.0.9]: https://github.com/microsoft/CCF/releases/tag/ccf-0.0.9 +[0.0.10]: https://github.com/microsoft/CCF/releases/tag/ccf-0.0.10 ### Test