Skip to content

Commit

Permalink
ci: automatically create the Brew formula PR on release
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Dec 20, 2024
1 parent 13eb9e8 commit 3f9b325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ tags=$(git tag --list --sort=-version:refname 'v*')
previous_tag=$(awk 'NR==2 {print;exit}' <<<"${tags}")

gh release create --draft --generate-notes --latest --notes-start-tag "${previous_tag}" --verify-tag "v$1"
brew bump-formula-pr dunglas/frankenphp/frankenphp --version "$1"

0 comments on commit 3f9b325

Please sign in to comment.