Skip to content

Commit 09d4189

Browse files
authored
ci: configure release-please to generate changelog (#33)
1 parent 1e6587d commit 09d4189

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
workflow_dispatch:
6+
7+
name: release-please
8+
9+
jobs:
10+
release-please:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Release
14+
uses: google-github-actions/release-please-action@v4
15+
with:
16+
token: ${{ secrets.CI_RELEASE_PLEASE_TOKEN }}
17+
release-type: simple

0 commit comments

Comments
 (0)