Skip to content

Commit

Permalink
chore: Add release-please workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
croyzor committed Jan 25, 2024
1 parent d45a7d0 commit 54a3837
Show file tree
Hide file tree
Showing 2 changed files 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
- release-testing

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.GITHUB_TOKEN }}
# Should update changelog, tag commit, and create a github release
release-type: simple
Empty file added CHANGELOG.md
Empty file.

0 comments on commit 54a3837

Please sign in to comment.