chore: Configure release-please-action
This commit is contained in:
parent
6f71109e38
commit
908898782a
|
@ -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
|
Loading…
Reference in New Issue