Merge pull request #7286 from rabbitmq/rin/add-v3.12.x-references

Add additional v3.12.x references
This commit is contained in:
Rin Kuryloski 2023-02-14 18:28:51 +01:00 committed by GitHub
commit f827490171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 3 deletions

View File

@ -82,6 +82,7 @@ jobs:
commit-message: |
Adopt elixir ${{ steps.fetch-version.outputs.VERSION }}
labels: |
backport-v3.12.x
backport-v3.11.x
backport-v3.10.x
backport-v3.9.x

View File

@ -26,17 +26,20 @@ jobs:
name: '25_0'
branch: main
labels: |
backport-v3.12.x
backport-v3.11.x
- erlang_version: "25.1"
name: '25_1'
branch: main
labels: |
backport-v3.12.x
backport-v3.11.x
backport-v3.10.x
- erlang_version: "25.2"
name: '25_2'
branch: main
labels: |
backport-v3.12.x
backport-v3.11.x
backport-v3.10.x
timeout-minutes: 10

View File

@ -1,6 +1,6 @@
module(
name = "rabbitmq-server",
version = "3.10.0",
version = "3.13.0",
)
bazel_dep(

View File

@ -6,5 +6,5 @@
{applications, [kernel,stdlib,rabbit]},
{mod, {mock_rabbitmq_plugins_01_app, []}},
{env, []},
{broker_version_requirements, ["3.9.0", "3.10.0", "3.11.0", "3.12.0"]}
{broker_version_requirements, ["3.9.0", "3.10.0", "3.11.0", "3.12.0", "3.13.0"]}
]}.

View File

@ -44,7 +44,7 @@ RABBITMQ_DIALYZER_OPTS = [
"-Wunknown",
]
APP_VERSION = "3.12.0"
APP_VERSION = "3.13.0"
BROKER_VERSION_REQUIREMENTS_ANY = """
{broker_version_requirements, []}