Skip to content

Commit cac280d

Browse files
committed
git
1 parent c991cae commit cac280d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ jobs:
102102
name: Create Release
103103
runs-on: ubuntu-latest
104104
steps:
105+
- uses: actions/checkout@v4
106+
with:
107+
fetch-depth: 1
105108
- name: Download Packages
106109
uses: actions/download-artifact@v4
107110
with:

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [0.0.8]
8+
## [0.0.9]
99

10-
[0.0.8]: https://github.com/microsoft/CCF/releases/tag/ccf-0.0.8
10+
[0.0.9]: https://github.com/microsoft/CCF/releases/tag/ccf-0.0.9
1111

1212
### Test
1313

0 commit comments

Comments
 (0)