Skip to content
Merged
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
7 changes: 4 additions & 3 deletions .github/workflows/ide-automated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ on:
required: true
type: string
pm-email:
description: "Product manager email to assign the REL ticket after release is done"
required: true
description: "Product manager email to assign the REL ticket after release is done, defaults to IDE XP PM"
required: false
type: string
default: "alexander.rage@sonarsource.com"
short-description:
description: "A brief summary of what the release contains"
required: true
Expand All @@ -27,7 +28,7 @@ on:
description: "For testing: use Jira sandbox and create draft releases in GitHub"
required: false
type: boolean
default: true
default: false
branch:
description: "Branch from which to do the release"
required: true
Expand Down