This is an automated email from the ASF dual-hosted git repository.
gosonzhang 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 ce5be9c76 [INLONG-3614][CI] Add 1.1.0 version option for the bug
report (#3645)
ce5be9c76 is described below
commit ce5be9c76668dae0524661c44165de6855985673
Author: dockerzhang <[email protected]>
AuthorDate: Tue Apr 12 18:40:36 2022 +0800
[INLONG-3614][CI] Add 1.1.0 version option for the bug report (#3645)
---
.github/ISSUE_TEMPLATE/bug-report.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml
b/.github/ISSUE_TEMPLATE/bug-report.yml
index 04d81abf8..68787f23c 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -75,9 +75,9 @@ body:
Which version of Apache InLong are you using?
multiple: false
options:
- - '0.11.0'
- '0.12.0'
- '1.0.0'
+ - '1.1.0'
- 'master'
validations:
required: true