We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c991cae commit cac280dCopy full SHA for cac280d
.github/workflows/release.yml
@@ -102,6 +102,9 @@ jobs:
102
name: Create Release
103
runs-on: ubuntu-latest
104
steps:
105
+ - uses: actions/checkout@v4
106
+ with:
107
+ fetch-depth: 1
108
- name: Download Packages
109
uses: actions/download-artifact@v4
110
with:
CHANGELOG.md
@@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
-## [0.0.8]
+## [0.0.9]
9
10
-[0.0.8]: https://github.com/microsoft/CCF/releases/tag/ccf-0.0.8
+[0.0.9]: https://github.com/microsoft/CCF/releases/tag/ccf-0.0.9
11
12
### Test
13
0 commit comments