Forráskód Böngészése

Merge pull request #11281 from mhilbrunner/4.5

Create 4.5 branch
Max Hilbrunner 17 órája
szülő
commit
df3f9766e5
3 módosított fájl, 3 hozzáadás és 3 törlés
  1. 1 1
      .github/workflows/cherrypick.yml
  2. 1 1
      .github/workflows/sync_class_ref.yml
  3. 1 1
      conf.py

+ 1 - 1
.github/workflows/cherrypick.yml

@@ -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: '[email protected]'
 

+ 1 - 1
.github/workflows/sync_class_ref.yml

@@ -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

+ 1 - 1
conf.py

@@ -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,