Skip to content

Commit

Permalink
chore: Add release-please workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed May 30, 2024
1 parent 97e8c89 commit e0c7bff
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3
with:
release-type: node
changelog-notes-type: github
package-name: release-please-action
bump-patch-for-minor-pre-major: true
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}

0 comments on commit e0c7bff

Please sign in to comment.