File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
16
16
17
17
jobs :
18
18
release_notes :
19
- name : " Release Notes"
19
+ name : Release Notes
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- uses : actions/checkout@v4
40
40
41
41
build_release :
42
42
needs : release_notes
43
- name : Release
43
+ name : Build Release
44
44
strategy :
45
45
matrix :
46
46
platform :
97
97
name : pkg-${{ matrix.platform.name }}
98
98
path : build/${{ steps.make_deb.outputs.name }}
99
99
100
- download :
100
+ create_release :
101
101
needs : build_release
102
+ name : Create Release
102
103
runs-on : ubuntu-latest
103
104
steps :
104
105
- name : Download Packages
@@ -113,4 +114,7 @@ jobs:
113
114
name : relnotes
114
115
- run : |
115
116
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
Original file line number Diff line number Diff line change @@ -5,9 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 0.0.7 ]
8
+ ## [ 0.0.8 ]
9
9
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.
11
15
12
16
## [ 5.0.0-rc0]
13
17
You can’t perform that action at this time.
0 commit comments