This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 24a971499 [INLONG-4565][CI] Add the 1.2.0 version option for the bug
report (#4566)
24a971499 is described below
commit 24a971499e4b05b630c49663aba3419f60360a36
Author: healzhou <[email protected]>
AuthorDate: Wed Jun 8 09:07:33 2022 +0800
[INLONG-4565][CI] Add the 1.2.0 version option for the bug report (#4566)
---
.github/ISSUE_TEMPLATE/bug-report.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml
b/.github/ISSUE_TEMPLATE/bug-report.yml
index 68787f23c..a7c8c4641 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -75,10 +75,10 @@ body:
Which version of Apache InLong are you using?
multiple: false
options:
- - '0.12.0'
- - '1.0.0'
- - '1.1.0'
- 'master'
+ - '1.2.0'
+ - '1.1.0'
+ - '1.0.0'
validations:
required: true