File tree Expand file tree Collapse file tree 7 files changed +22
-36
lines changed Expand file tree Collapse file tree 7 files changed +22
-36
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Knative Tutorial
22
33on :
44 push :
5- tags :
6- - " v1.13"
5+ branches :
6+ - release- v1.13.*
77env :
88 SITE_DIR : " gh-pages"
99
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - master
7- pull_request :
8- branches :
9- - master
107env :
118 SITE_DIR : ' gh-pages'
129 STAGING_REPO : ' redhat-developer-docs/knative-tutorial-staging'
3532 publish_branch : " gh-pages"
3633 external_repository : " ${{ env.STAGING_REPO }}"
3734 full_commit_message : ${{ github.event.head_commit.message }}
35+ -
uses :
GoogleCloudPlatform/[email protected] 36+ id : release
37+ with :
38+ token : ${{ secrets.GITHUB_TOKEN }}
39+ release-type : simple
40+ bump-minor-pre-major : true
Original file line number Diff line number Diff line change @@ -12,6 +12,3 @@ include::ROOT:partial$camelk-nav.adoc[]
1212
1313.xref:advanced:index.adoc[Advanced]
1414include::ROOT:partial$advanced-nav.adoc[]
15-
16- .Appendix
17- * xref:serving:faq.adoc[Frequently Asked Questions]
Original file line number Diff line number Diff line change @@ -65,4 +65,3 @@ endif::[]
6565*** xref:scaling.adoc#scaling-deploy-service-minscale[Deploy Service]
6666** xref:scaling.adoc#scaling-cleanup[Cleanup]
6767
68- * xref:faq.adoc[Frequently Asked Questions]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99content :
1010 sources :
1111 -
url :
[email protected] :redhat-developer-demos/knative-tutorial.git12- tags : v1.11
12+ tags : v1.13
13+ branches : []
1314 start_path : documentation
1415asciidoc :
1516 attributes :
1617 tutorial-namespace : knativetutorial
17- branch : release/1.x
18+ branch : v1.13
1819 workshop-domain : guru.devx.red
19- minikube-version : v1.14 .1
20+ minikube-version : v1.17 .1
2021 openshift-version : v4.6
2122 kubernetes-version : v1.19.0
22- knative-version : v0.17.0
23- knative-serving-version : v0.17.4
24- net-kourier-version : v0.17.2
25- knative-eventing-version : v0.17.8
26- knative-sources-version : v0.17.7
27- kn-client-version : v0.17.3
23+ knative-version : v0.19.0
24+ knative-serving-version : v0.19.0
25+ net-kourier-version : v0.19.0
26+ knative-eventing-version : v0.19.2
27+ knative-sources-version : v0.19.0
28+ kn-client-version : v0.19.1
29+ camel-source-version : v0.19.0
30+ kafka-source-version : v0.19.3
31+ kamel-version : 1.3.1
2832 kubernetes-cli : kubectl
2933 release-version : master
3034 page-pagination : true
Original file line number Diff line number Diff line change 1+ 1.11.0
You can’t perform that action at this time.
0 commit comments