Skip to content

Commit

Permalink
Merge branch 'main' of github.com:laravel/pint
Browse files Browse the repository at this point in the history
  • Loading branch information
joetannenbaum committed Sep 24, 2024
2 parents 22fe5d0 + 6a077c5 commit 35c00c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Release Instructions

1. Pull down the latest changes on the `main` branch
2. Update the version in [`config/app.php`](./config/app.php)
3. Compile the binary with
2. Run `composer install`
3. Update the version in [`config/app.php`](./config/app.php)
4. Compile the binary with

```zsh
./pint app:build
Expand Down

0 comments on commit 35c00c0

Please sign in to comment.