Skip to content

Commit 6494499

Browse files
Merge pull request #1107 from Chia-Network/develop
Release 1.2.5
2 parents cbade6b + b7c69e1 commit 6494499

File tree

5 files changed

+249
-236
lines changed

5 files changed

+249
-236
lines changed

.github/workflows/auto-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
git add CHANGELOG.md
4747
sed -i -e '/<s>/d' CHANGELOG.md
4848
git commit -m "Updating changelog for $version"
49-
git tag $version -m "Release $version \n$changes"
49+
git tag $version -m "Release $version $changes"
5050
git push origin $version
5151
git push origin main
5252
fi

0 commit comments

Comments
 (0)