Skip to content

Commit

Permalink
chore: Migrate to release-please from standard-version
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Aug 13, 2024
1 parent 5e6cf94 commit a8d4df6
Show file tree
Hide file tree
Showing 4 changed files with 936 additions and 1,070 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push:
branches:
- trunk

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
config-file: release-please-config.json
Loading

0 comments on commit a8d4df6

Please sign in to comment.