Skip to content

Commit 3ec0c7a

Browse files
committed
feat: Add release-please workflow for automatic GitHub Releases
1 parent 80a5f5a commit 3ec0c7a

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# This file was auto-generated by the release-please action.
2+
3+
name: release-please
4+
5+
on:
6+
push:
7+
tags:
8+
- "v*.*.*"
9+
10+
jobs:
11+
release-please:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: google-github-actions/release-please-action@v3
15+
with:
16+
# Only set this to true if you are using GitHub releases and
17+
# want to create a release for each version.
18+
release-github: true
19+
# If you are using a different tag format, you can change it here.
20+
tag-configuration: |
21+
version: 0.0.0
22+
# If you want to use a different release body template, you can change it here.
23+
release-body:
24+
"{{release_body}}"
25+
# If you want to use a different release title, you can change it here.
26+
release-title:
27+
"{{release_title}}"

0 commit comments

Comments
 (0)