Skip to content

Commit

Permalink
chore: adding release-please to github workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
caio1985 committed Feb 27, 2024
1 parent 4835079 commit fa8f3a0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
release-type: dart
package-name: "@googlemaps/flutter-navigation-sdk"
bump-minor-pre-major: true

0 comments on commit fa8f3a0

Please sign in to comment.