Skip to content

Commit

Permalink
Update RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joetannenbaum authored Sep 24, 2024
1 parent 92a0f6b commit 6a077c5
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 6a077c5

Please sign in to comment.