Skip to content

Commit

Permalink
merge: #11321
Browse files Browse the repository at this point in the history
11321: Backport 11304 to stable 8.1 r=megglos a=megglos

## Description
(cherry picked from commit ee58cdd)

Backport of #11304

Co-authored-by: Meggle (Sebastian Bathke) <[email protected]>
  • Loading branch information
zeebe-bors-camunda[bot] and megglos authored Dec 21, 2022
2 parents 84581b8 + 7f61ff7 commit 1ac1b8c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@ name: Release
on:
workflow_dispatch:
inputs:
releaseBranch:
description: 'The branch to perform the release on, defaults to `release-$releaseVersion`'
type: string
required: false
default: ''
releaseVersion:
description: 'The version to be build and released. If no releaseBranch specified, expecting `release-$releaseVersion` to already exist.'
description: 'releaseVersion:'
type: string
required: true
nextDevelopmentVersion:
description: 'Next development version, e.g. 8.X.X-SNAPSHOT.'
description: 'nextDevelopmentVersion: e.g. 8.X.X-SNAPSHOT'
type: string
required: true
isLatest:
description: 'Whether this is the latest release and the docker image should be tagged as camunda/zeebe:latest'
description: 'isLatest: updates the `latest` docker tag'
type: boolean
required: false
default: false
releaseBranch:
description: 'releaseBranch: defaults to `release-$releaseVersion` if not set'
type: string
required: false
default: ''
dryRun:
description: 'Whether to push release commits and artifacts to remote (Git commits & tags, Maven artifacts, Github Release), defaults to true.'
description: 'dryRun: Whether to perform a dry release where no changes/artifacts are pushed'
type: boolean
default: true

required: true
default: false
concurrency:
# cannot use the inputs context here as on this level only the github context is accessible, see
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
Expand Down

0 comments on commit 1ac1b8c

Please sign in to comment.