Skip to content

Commit 7025c7b

Browse files
authored
chore: Add a manifest for release-please 13 (#134)
1 parent be00e0e commit 7025c7b

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

.github/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
primaryBranch: main
2-
releaseType: ruby
2+
releaseType: ruby-yoshi
33
bumpMinorPreMajor: true
44
packageName: functions_framework
55
monorepoTags: true

.github/workflows/conformance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "1.1.0"
3+
}

release-please-config.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
}

0 commit comments

Comments
 (0)