-
Notifications
You must be signed in to change notification settings - Fork 0
29 lines (27 loc) · 1.05 KB
/
4.0.x-ga-release.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: "4.0.x release"
on:
workflow_dispatch:
inputs:
permissions:
contents: write
jobs:
release:
uses: ./.github/workflows/reusable-release-workflow.yml
with:
series_branch: "v4.0.x"
# see https://github.com/rabbitmq/build-env-images
build_env_image: "rabbitmqdevenv/build-env-26.2"
latest_build_env_image: "rabbitmqdevenv/build-env-27.2"
base_version: ${{ vars.SERVER_40_NEXT_PATCH_VERSION }}
prerelease: false
# Note: this may be intentionally overriden for periods of time for testing
release_repository: "rabbitmq/server-packages"
release_title: "RabbitMQ ${{ vars.SERVER_40_NEXT_PATCH_VERSION }}"
release_description: "RabbitMQ ${{ vars.SERVER_40_NEXT_PATCH_VERSION }}"
release_tag: "v${{ vars.SERVER_40_NEXT_PATCH_VERSION }}"
# applies to Debian and RPM packages only
gpg_sign_release: true
publish_to_cloudsmith: true
# Note: this may be intentionally overriden for periods of time for testing
cloudsmith_repository: "rabbitmq-server"
secrets: inherit