Merge pull request #11281 from mhilbrunner/4.5

Create 4.5 branch
This commit is contained in:
Max Hilbrunner
2025-09-13 04:41:07 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ on:
env:
# TODO: Add a way to handle multiple potential cherrypick targets.
TARGET_BRANCH: '4.3'
TARGET_BRANCH: '4.5'
USERNAME: 'Godot Organization'
EMAIL: 'noreply@godotengine.org'

View File

@@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-24.04
timeout-minutes: 10
env:
engine_rev: 'master'
engine_rev: '4.5'
permissions:
contents: write
pull-requests: write

View File

@@ -171,7 +171,7 @@ html_context = {
"godot_title_prefix": "" if on_rtd else "(DEV) ",
# Set this to `True` when in the `latest` branch to clearly indicate to the reader
# that they are not reading the `stable` documentation.
"godot_is_latest": True,
"godot_is_latest": False,
"godot_version": "4.5",
# Enables a banner that displays the up-to-date status of each article.
"godot_show_article_status": True,