Skip to content

Commit

Permalink
feat: add release please
Browse files Browse the repository at this point in the history
  • Loading branch information
axross committed Aug 22, 2022
1 parent 928781d commit 6065ce0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/on-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,15 @@ jobs:
uses: codecov/codecov-action@v3
with:
directory: coverage
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: release-please-action
uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
release-type: dart
package-name: poker
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true
Empty file added CHANGELOG.md
Empty file.

0 comments on commit 6065ce0

Please sign in to comment.