Skip to content

Commit e72b615

Browse files
committed
Merge branch 'release/1.0.0-beta.5'
2 parents 2cce6ef + 2c06213 commit e72b615

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ jobs:
4343
# Remove first two lines from 'r'
4444
r="$(printf "$r" | tail -n +3)"
4545
# 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
4751
4852
# Step 4: Create a new GitHub release using the gathered information
4953
- name: Create the release

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.0.0-beta.5] - 2023-07-21
6+
7+
### <!-- 07 -->Continuous Integrations
8+
9+
- Update release notes formatting in GitHub workflow
10+
511
## [1.0.0-beta.4] - 2023-07-21
612

713
### <!-- 07 -->Continuous Integrations

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-lingui-template",
3-
"version": "1.0.0-beta.4",
3+
"version": "1.0.0-beta.5",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)