From 028904634edd96c3ea39cc1682301faaebd4b9c1 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 7 Mar 2024 15:00:03 +0100 Subject: [PATCH] Prep 11.x branch --- CHANGELOG.md | 4 ++-- bin/split.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 561b779964bf..551ac543e62c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Release Notes for 11.x -## [Unreleased](https://github.com/laravel/framework/compare/v11.0.0..master) +## [Unreleased](https://github.com/laravel/framework/compare/v11.0.0..11.x) -## [v11.0.0 (2024-??-??)](https://github.com/laravel/framework/compare/v11.0.0...master) +## [v11.0.0 (2024-??-??)](https://github.com/laravel/framework/compare/v11.0.0...11.x) Check the upgrade guide in the [Official Laravel Upgrade Documentation](https://laravel.com/docs/11.x/upgrade). Also you can see some release notes in the [Official Laravel Release Documentation](https://laravel.com/docs/11.x/releases). diff --git a/bin/split.sh b/bin/split.sh index 9536ec7a4f31..46033e130b99 100755 --- a/bin/split.sh +++ b/bin/split.sh @@ -3,7 +3,7 @@ set -e set -x -CURRENT_BRANCH="master" +CURRENT_BRANCH="11.x" function split() {