You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: RELEASE.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
1. Visit the [Laravel Revive Releases page](https://github.com/devanoxltd/laravel-revive/releases); figure out what your next tag will be (increase the third number if it's a patch or fix; increase the second number if it's adding features)
4
4
2. On your local machine, pull down the latest changes on the `main` branch (`git checkout main && git pull`)
5
-
3. Update the version in [`config/app.php`](./config/app.php)
5
+
3. Update the version in [`.env`](.env)
6
6
4. Update dependencies and remove dev dependencies by running `composer update`
7
7
5. Compile the binary
8
8
@@ -13,5 +13,5 @@
13
13
6. Run the build once to make sure it works (`./builds/revive`)
14
14
7. Commit all changes
15
15
8. Push all commits to GitHub
16
-
9.[Draft a new release](https://github.com/devanoxltd/laravel-revive/releases/new) with both the tag version and title of your tag (e.g. `v2.5.1`)
16
+
9.[Draft a new release](https://github.com/devanoxltd/laravel-revive/releases/new) with both the tag version and title of your tag (e.g. `v2.0.1`)
17
17
10. Use the "Generate release notes" button to generate release notes from the merged PRs.
0 commit comments