File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# hotfix branch will be created if $SOURCE_BRANCH is rc
2
2
HOTFIX_BRANCH=" 2.25.x"
3
3
# SOURCE_BRANCH must be set to rc or $HOTFIX_BRANCH
4
- SOURCE_BRANCH=" rc "
4
+ SOURCE_BRANCH=" $HOTFIX_BRANCH "
5
5
# EXPECTED_CURRENT_VERSION must be equal to current $SOURCE_BRANCH version
6
- EXPECTED_CURRENT_VERSION=" 2.25.0 -SNAPSHOT"
6
+ EXPECTED_CURRENT_VERSION=" 2.25.1 -SNAPSHOT"
7
7
# current develop version
8
- EXPECTED_DEVELOP_VERSION=" 2.26 .0-SNAPSHOT"
8
+ EXPECTED_DEVELOP_VERSION=" 2.27 .0-SNAPSHOT"
9
9
# EXPECTED_RC_VERSION must be set only if creating hotfix release
10
- EXPECTED_RC_VERSION=" 2.25 .0-SNAPSHOT"
10
+ EXPECTED_RC_VERSION=" 2.26 .0-SNAPSHOT"
11
11
# next hotfix version, do not forget to add -SNAPSHOT here:
12
- FUTURE_HOTFIX_VERSION=" 2.25.1 -SNAPSHOT"
12
+ FUTURE_HOTFIX_VERSION=" 2.25.2 -SNAPSHOT"
13
13
14
14
# Removes -SNAPSHOT from EXPECTED_CURRENT_VERSION
15
15
RELEASE_VERSION=${EXPECTED_CURRENT_VERSION% -SNAPSHOT}
You can’t perform that action at this time.
0 commit comments