Skip to content

Commit 23d3047

Browse files
yanghuaulysses-you
authored andcommitted
[KYUUBI #1840] Minor fix for general_incubator_vote script
<!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html 2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'. 3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'. --> ### _Why are the changes needed?_ <!-- Please clarify why the changes are needed. For instance, 1. If you add a feature, you can talk about the use case of it. 2. If you fix a bug, you can clarify why it is a bug. --> ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #1841 from yanghua/KYUUBI-1840. Closes #1840 ea9b0ff [yanghua] [KYUUBI #1840] Minor fix for general_incubator_vote script Authored-by: yanghua <yanghua1127@gmail.com> Signed-off-by: ulysses-you <ulyssesyou@apache.org>
1 parent fecbd70 commit 23d3047

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/release/script/general_incubator_vote.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ set -e
2222

2323
RELEASE_DIR="$(cd "$(dirname "$0")"/..; pwd)"
2424
######### Please modify the variables ##########
25-
# release version, e.g. 1.4.0-incubating
25+
# release version, e.g. v1.4.0-incubating
2626
release_version=${release_version:-""}
27-
# release candidate number, e.g. 2
27+
# release candidate number, e.g. rc2
2828
release_rc_no=${release_rc_no:-""}
29-
# previous release candidate number, e.g. 1, could be empty if it is the first vote
29+
# previous release candidate number, e.g. rc1, could be empty if it is the first vote
3030
prev_release_rc_no=${prev_release_rc_no:-""}
3131
# staging repository number, check it under https://repository.apache.org/content/repositories
3232
repo_no=${repo_no:-""}

0 commit comments

Comments
 (0)