File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 3434 description : What version of our software are you running?
3535 options :
3636 - main (please specify commit below)
37+ - non-main branch (please specify below)
38+ - v0.5.1-alpha.6
39+ - v0.5.1-alpha.5
40+ - v0.5.1-alpha.4
41+ - v0.5.1-alpha.3
42+ - v0.5.1-alpha.2
3743 - v0.5.1-alpha.1
3844 - v0.5.1-alpha
3945 - v0.2.5
@@ -42,11 +48,19 @@ body:
4248 default : 0
4349 validations :
4450 required : true
51+ - type : input
52+ id : branch
53+ attributes :
54+ label : Branch name
55+ description : If running a non-tagged commit from a branch other than main, please provide the branch name.
56+ placeholder : ex. fix-bug-x
57+ validations :
58+ required : false
4559 - type : input
4660 id : commit
4761 attributes :
4862 label : Commit SHA
49- description : If running from main , please provide the commit SHA.
63+ description : If running from a non-tagged commit , please provide the commit SHA.
5064 placeholder : ex. abc1234
5165 validations :
5266 required : false
You can’t perform that action at this time.
0 commit comments