Skip to content

Commit 580ffe1

Browse files
[11.x] Add release notes (#51310)
* Add release notes So it's clear how to do releases for the framework repo. * Update RELEASE.md --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent 6a08fce commit 580ffe1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RELEASE.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Release Instructions
2+
3+
Go to the ["manual release" GitHub Action](https://github.com/laravel/framework/actions/workflows/releases.yml). Then, choose "Run workflow", select the correct branch, and enter the version you wish to release. Next, press "Run workflow" to execute the action. The workflow will automatically update the version in `Application.php`, tag a new release, run the splitter script for the Illuminate components, generate release notes, create a GitHub Release, and update the `CHANGELOG.md` file.
4+
5+
<img width="400" alt="Screenshot 2024-05-06 at 10 46 04" src="https://github.com/laravel/framework/assets/594614/4dc5efc8-946e-4e96-9e79-8e26f92ea354">

0 commit comments

Comments
 (0)