Skip to content

Commit

Permalink
Merge pull request #1681 from o1-labs/modify-release-pr
Browse files Browse the repository at this point in the history
adjust release PR
  • Loading branch information
Trivo25 authored Jun 11, 2024
2 parents e252ce5 + 07726ed commit f6166ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ jobs:
git checkout -b $NEW_BRANCH
git push -u origin $NEW_BRANCH
git push --tags
gh pr create --base main --head $NEW_BRANCH --title "Release $NEW_VERSION" --body "This is an automated PR to update to version $NEW_VERSION"
gh pr create --base main --head $NEW_BRANCH --title "Release $NEW_VERSION [CHECK SEMVER BEFORE MERGE]" --body "This is an automated PR to update to version $NEW_VERSION.\n\nPlease check [SemVer](https://semver.org/) for correct versioning before merging this PR."
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN}}

0 comments on commit f6166ea

Please sign in to comment.