Skip to content

Commit

Permalink
Automated release (#202)
Browse files Browse the repository at this point in the history
* added manual code to create a release

* added github config

* added creation of upstream branch
  • Loading branch information
thesuhas authored Oct 2, 2024
1 parent a43bd13 commit 0451a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
git checkout -b release-v$version
git add .
git commit -m "Release Version v$version"
git push
git push --set-upstream origin release-v$version
gh pr create --title "Release v$version" --body "Creating a release for Orca v$version"

0 comments on commit 0451a8a

Please sign in to comment.