File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 43
43
# Remove first two lines from 'r'
44
44
r="$(printf "$r" | tail -n +3)"
45
45
# Save the value of 'r' back into the GitHub environment output
46
- echo "notes=$r" >> $GITHUB_OUTPUT
46
+ {
47
+ echo "notes<<EOF"
48
+ echo "$r"
49
+ echo "EOF"
50
+ } >> $GITHUB_OUTPUT
47
51
48
52
# Step 4: Create a new GitHub release using the gathered information
49
53
- name : Create the release
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 1.0.0-beta.5] - 2023-07-21
6
+
7
+ ### <!-- 07 --> Continuous Integrations
8
+
9
+ - Update release notes formatting in GitHub workflow
10
+
5
11
## [ 1.0.0-beta.4] - 2023-07-21
6
12
7
13
### <!-- 07 --> Continuous Integrations
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nextjs-lingui-template" ,
3
- "version" : " 1.0.0-beta.4 " ,
3
+ "version" : " 1.0.0-beta.5 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
You can’t perform that action at this time.
0 commit comments