chore: Configure release-please-action

This commit is contained in:
Daniel Azuma 2020-10-28 11:10:51 -07:00 committed by GitHub
parent 6f71109e38
commit 908898782a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
.github/workflows/release-please.yml vendored Normal file
View File

@ -0,0 +1,18 @@
on:
# schedule:
# - cron: '49 8 * * 1'
workflow_dispatch:
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.5.6
with:
token: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
release-type: ruby
package-name: google-api-ruby-client
version-file: lib/google/apis/version.rb
monorepo-tags: true
bump-minor-pre-major: true