File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name-template : ' v$RESOLVED_VERSION-v0.15'
2+ tag-template : ' v$RESOLVED_VERSION-v0.15'
3+ change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
4+ categories :
5+ - title : ' Features'
6+ labels :
7+ - ' feature'
8+ - ' enhancement'
9+ - title : ' Bug Fixes'
10+ labels :
11+ - ' fix'
12+ - ' bugfix'
13+ - ' bug'
14+ - title : ' Maintenance'
15+ label : ' chore'
16+ version-resolver :
17+ major :
18+ labels :
19+ - ' major'
20+ minor :
21+ labels :
22+ - ' minor'
23+ patch :
24+ labels :
25+ - ' patch'
26+ default : patch
27+ template : |
28+ $CHANGES
Original file line number Diff line number Diff line change 1111 - v13
1212 - v14
1313 - v0.14
14+ - v0.15
1415
1516jobs :
1617 docker :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Verify and release module
44# events but only for the master branch
55on :
66 push :
7- branches : [ v0.14 ]
7+ branches : [ v0.15 ]
88
99# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1010jobs :
Original file line number Diff line number Diff line change 1- FROM docker.io/hashicorp/terraform:0.14.11
1+ FROM docker.io/hashicorp/terraform:0.15.5
22
33ENV TERRAFORM_IBMCLOUD_VERSION 1.21.2
4- ENV KUBECTL_VERSION 1.20.5
4+ ENV KUBECTL_VERSION 1.27.2
55ENV OPENSHIFT_CLI_VERSION 4.7.2
66
77RUN apk add --update-cache \
You can’t perform that action at this time.
0 commit comments