File tree Expand file tree Collapse file tree 4 files changed +26
-4
lines changed
Expand file tree Collapse file tree 4 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 11primaryBranch : main
2- releaseType : ruby
2+ releaseType : ruby-yoshi
33bumpMinorPreMajor : true
44packageName : functions_framework
55monorepoTags : true
Original file line number Diff line number Diff line change @@ -19,21 +19,21 @@ jobs:
1919 - name : Setup Go
2020 uses : actions/setup-go@v2
2121 with :
22- go-version : ' 1.15 '
22+ go-version : ' 1.17 '
2323 - name : Setup Ruby
2424 uses : ruby/setup-ruby@v1
2525 with :
2626 ruby-version : ${{ matrix.ruby-version }}
2727 - name : Bundle install
2828 run : ' bundle install'
2929 - name : Run HTTP conformance tests
30- uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.0.0
30+ uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.4.1
3131 with :
3232 functionType : ' http'
3333 useBuildpacks : false
3434 cmd : " 'bundle exec functions-framework-ruby --source test/conformance/app.rb --target http_func --signature-type http'"
3535 - name : Run CloudEvent conformance tests
36- uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.0.0
36+ uses : GoogleCloudPlatform/functions-framework-conformance/action@v1.4.1
3737 with :
3838 functionType : ' cloudevent'
3939 useBuildpacks : false
Original file line number Diff line number Diff line change 1+ {
2+ "." : " 1.1.0"
3+ }
Original file line number Diff line number Diff line change 1+ {
2+ "bump-minor-pre-major" : true ,
3+ "bump-patch-for-minor-pre-major" : false ,
4+ "draft" : false ,
5+ "include-component-in-tag" : true ,
6+ "include-v-in-tag" : true ,
7+ "prerelease" : false ,
8+ "release-type" : " ruby-yoshi" ,
9+ "skip-github-release" : false ,
10+ "separate-pull-requests" : true ,
11+ "tag-separator" : " /" ,
12+ "sequential-calls" : true ,
13+ "packages" : {
14+ "." : {
15+ "component" : " functions_framework" ,
16+ "version-file" : " lib/functions_framework/version.rb"
17+ }
18+ }
19+ }
You can’t perform that action at this time.
0 commit comments