Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master branch preparation #9683

Merged
merged 3 commits into from
Feb 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pofiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update English PO files for translation
on:
push:
branches:
- release_3.34
- release_3.40
paths:
- 'docs/**'
- 'themes/**/*.html'
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
- name: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: release_3.34
ref: release_3.40

- name: Set up Python 3.12
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_minimized_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
env:
# only pull to the branch we translate
TARGET_BRANCH: "release_3.34"
TARGET_BRANCH: "release_3.40"

steps:
- name: Harden Runner
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translation_statistics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
TRANSIFEX_PASSWORD: ${{ secrets.TRANSIFEX_PASSWORD }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LABELS: "Translation, backport release_3.34"
LABELS: "Translation, backport release_3.40"

steps:
- name: Harden Runner
Expand Down
4 changes: 2 additions & 2 deletions scripts/fix_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ set -e

# The target deprecated versions to update, folders in site directory
# List to complete
DEPRECATED=(3.28 3.22 3.16 3.10 3.4)
DEPRECATED=(3.34 3.28 3.22 3.16 3.10 3.4)
# The versions to reference. List to complete
DOCVERSIONS=(testing latest 3.34 3.28 3.22 3.16 3.10 3.4 2.18)
DOCVERSIONS=(testing latest 3.40 3.34 3.28 3.22 3.16 3.10 3.4 2.18)
# The main parent folder as a parameter, or use current folder (default value)
SPATH=${1:-$PWD}

Expand Down
Loading