Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Jul 2, 2024
1 parent 538e1cd commit df26953
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit df26953

Please sign in to comment.