8000 chore: Merging back 5.0.0a1 build by fsbraun · Pull Request #8169 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

chore: Merging back 5.0.0a1 build #8169

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

Merged
merged 14 commits into from
Mar 3, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update develop-4 references
  • Loading branch information
fsbraun committed Mar 2, 2025
commit 09618c4d5afcede6b400cb84a8488fa6073658d6
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CodeQL"

on:
push:
branches: [ "develop", "develop-4", "release/0.10.x", "release/2.1.x", "release/2.2.x", "release/2.3.x", "release/2.4.x", "release/3.0.x", "release/3.1.x", "release/3.2.x", "release/3.3.x", "release/3.4.x", "release/3.5.x", "release/3.6.x", "release/3.7.x", "release/3.8.x", "release/3.9.x", "release/3.10.x", "release/3.11.x", "release/4.0.x", "release/4.0.0.x", "release/4.0.1.x", "release/4.1.x" ]
branches: [ "main", "develop-4", "release/0.10.x", "release/2.1.x", "release/2.2.x", "release/2.3.x", "release/2.4.x", "release/3.0.x", "release/3.1.x", "release/3.2.x", "release/3.3.x", "release/3.4.x", "release/3.5.x", "release/3.6.x", "release/3.7.x", "release/3.8.x", "release/3.9.x", "release/3.10.x", "release/3.11.x", "release/4.0.x", "release/4.0.0.x", "release/4.0.1.x", "release/4.1.x" , "release/5.0.x"]
pull_request:
branches: [ "develop" ]
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
8000
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '👋 Hi there!\n\nPlease remember to **MERGE COMMIT** pull requests from `develop` or `develop-4`!\n\n**Do not SQUASH** commits to preserve history for the changelog.'
body: '👋 Hi there!\n\nPlease remember to **MERGE COMMIT** pull requests from `main`!\n\n**Do not SQUASH** commits to preserve history for the changelog.'
})
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Because django CMS is a community-driven project, we welcome everyone to `get in

.. ATTENTION::

Please use the ``develop-4`` branch as the target for pull requests for on-going development.
Please use the ``main`` branch as the target for pull requests for on-going development.

Security fixes will be backported to older branches by the core team as appropriate.

Expand Down Expand Up @@ -72,7 +72,7 @@ Documentation
Our documentation working group maintains documentation for several versions of the project. Key versions are:

* `stable <http://docs.django-cms.org>`_ (default), for the **current release** version
* `latest <http://docs.django-cms.org/en/latest/>`_, representing the latest build of the **develop-4 branch**
* `latest <http://docs.d 8000 jango-cms.org/en/latest/>`_, representing the latest build of the **main branch**

For more information about our branch policy, see `Branches
<http://docs.django-cms.org/en/latest/contributing/development-policies.html>`_.
Expand Down
6 changes: 3 additions & 3 deletions docs/contributing/development-policies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@ Branches
We maintain a number of branches on
`our GitHub repository <https://github.com/django-cms/django-cms>`_:

``develop-4``
``-main``
The default target branch for on-going development and new pull requests.

``release/x.y.z`` are the latest released versions of django CMS. Commits
are cherry-picked from ``develop-4`` and merged into ``release/x.y.z``
are cherry-picked from ``main`` and merged into ``release/x.y.z``
when suitable. We **officially support** the latest, highest released version
and the latest LTS.

Please always open PR's against ``develop-4`` and indicate that they should be
Please always open PR's against ``main`` and indicate that they should be
backpor 4EF1 ted to the latest LTS release when necessary. Older branches are not
supported any longer.

Expand Down
Loading
0