Skip to content

Commit 2fee9e4

Browse files
committed
Test
1 parent 35fbd50 commit 2fee9e4

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.github/workflows/release.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
release_notes:
19-
name: "Release Notes"
19+
name: Release Notes
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
@@ -40,7 +40,7 @@ jobs:
4040

4141
build_release:
4242
needs: release_notes
43-
name: Release
43+
name: Build Release
4444
strategy:
4545
matrix:
4646
platform:
@@ -97,8 +97,9 @@ jobs:
9797
name: pkg-${{ matrix.platform.name }}
9898
path: build/${{ steps.make_deb.outputs.name }}
9999

100-
download:
100+
create_release:
101101
needs: build_release
102+
name: Create Release
102103
runs-on: ubuntu-latest
103104
steps:
104105
- name: Download Packages
@@ -113,4 +114,7 @@ jobs:
113114
name: relnotes
114115
- run: |
115116
ls
116-
ls -R pkg
117+
ls -R pkg
118+
- run: |
119+
gh release create --title "CCF ${{ github.ref }}" --draft --notes-file rel-notes.md pkg/*
120+
shell: bash

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ 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.7]
8+
## [0.0.8]
99

10-
[0.0.7]: https://github.com/microsoft/CCF/releases/tag/ccf-0.0.7
10+
[0.0.8]: https://github.com/microsoft/CCF/releases/tag/ccf-0.0.8
11+
12+
### Test
13+
14+
This is a test release.
1115

1216
## [5.0.0-rc0]
1317

0 commit comments

Comments
 (0)