Skip to content

Commit

Permalink
Merge pull request #1107 from Chia-Network/develop
Browse files Browse the repository at this point in the history
Release 1.2.5
  • Loading branch information
TheLastCicada authored Aug 18, 2023
2 parents cbade6b + b7c69e1 commit 6494499
Show file tree
Hide file tree
Showing 5 changed files with 249 additions and 236 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
git add CHANGELOG.md
sed -i -e '/<s>/d' CHANGELOG.md
git commit -m "Updating changelog for $version"
git tag $version -m "Release $version \n$changes"
git tag $version -m "Release $version $changes"
git push origin $version
git push origin main
fi
Loading

0 comments on commit 6494499

Please sign in to comment.