Skip to content

Commit

Permalink
ci: configure release please
Browse files Browse the repository at this point in the history
  • Loading branch information
NateScarlet committed Nov 29, 2022
1 parent 7ff4fba commit b646a15
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:
branches:
- master
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: go
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true

0 comments on commit b646a15

Please sign in to comment.