Skip to content

Commit 68f7956

Browse files
vinnytherobotclaude
andcommitted
chore: add release-please workflow for automatic changelog
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d3c7786 commit 68f7956

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Release Changelog
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
9+
jobs:
10+
release-please:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
15+
- name: Run release-please
16+
id: release
17+
uses: google-github-actions/release-please-action@v3
18+
with:
19+
release-type: python
20+
default-branch: main
21+
include-component-in-tag: false

0 commit comments

Comments
 (0)