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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
releaseVersion:
type: string
required: true
description: The POM release version of this release.
description: The POM release version of this release. Must be a semantic version of the form X.Y.Z.
nextDevelopmentVersion:
type: string
required: true
description: The next POM development version with suffix "-SNAPSHOT", will be the next development version after the release is done.
description: The next POM development version after the release is done. Must be of the form X.Y.${Z+1}-SNAPSHOT
Copy link
Member

@yue9944882 yue9944882 Jan 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brendandburns actually it is the default behavior of the maven release plugin but i kept this manual option on purpose in case we will bump a mid/minor version of the release sometime in the future. so for clarification it should be either X.${Y+1}.0-SNAPSHOT or X.Y.${Z+1}-SNAPSHOT, wdyt?

dry-run:
type: boolean
required: true
Expand Down