Skip to content

Commit

Permalink
ci: configure release-please to generate changelog (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
golesuman authored May 3, 2024
1 parent 1e6587d commit 09d4189
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches:
- main
workflow_dispatch:

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Release
uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.CI_RELEASE_PLEASE_TOKEN }}
release-type: simple

0 comments on commit 09d4189

Please sign in to comment.