Skip to content

Commit af52687

Browse files
committed
feat(release): Add GitHub Actions workflow for automated releases
1 parent 1676369 commit af52687

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Release Please
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
release-please:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: google-github-actions/release-please-action@v4
13+
id: release
14+
with:
15+
release-type: node
16+
# package-name: cli-pattern
17+
# You can customize the release-please configuration here if needed
18+
# For example, to specify a different changelog path or commit message conventions
19+
# config-file: .release-please-config.json
20+
# manifest-file: .release-please-manifest.json

0 commit comments

Comments
 (0)