File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1717 - minor
1818 - patch
1919 next_version :
20- description : ' Or specify exact next version for master (e.g., 2.1.0-SNAPSHOT)'
20+ description : ' Or specify exact next version for base branch (e.g., 2.1.0-SNAPSHOT)'
2121 required : false
2222 type : string
23+ base_branch :
24+ description : ' Base branch to merge release back into'
25+ required : false
26+ type : string
27+ default : ' master'
2328
2429jobs :
2530 release-finish :
2833 release_branch : ${{ inputs.release_branch }}
2934 next_version_increment : ${{ inputs.next_version_increment }}
3035 next_version : ${{ inputs.next_version }}
31- base_branch : master
36+ base_branch : ${{ inputs.base_branch || ' master' }}
3237 runner : ubuntu-24.04
3338 java_version : 11
3439 java_distribution : liberica
You can’t perform that action at this time.
0 commit comments