From c85bd7ad882f3fdc27304e3f7f26e24d41b34fa9 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 7 Mar 2024 15:21:11 +0100 Subject: [PATCH] wip --- CHANGELOG.md | 4 ++-- bin/split.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 551ac543e62c..561b779964bf 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..11.x) +## [Unreleased](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) +## [v11.0.0 (2024-??-??)](https://github.com/laravel/framework/compare/v11.0.0...master) 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 46033e130b99..9536ec7a4f31 100755 --- a/bin/split.sh +++ b/bin/split.sh @@ -3,7 +3,7 @@ set -e set -x -CURRENT_BRANCH="11.x" +CURRENT_BRANCH="master" function split() {