-
Notifications
You must be signed in to change notification settings - Fork 0
27 lines (24 loc) · 839 Bytes
/
release-please.yml
File metadata and controls
27 lines (24 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This file was auto-generated by the release-please action.
name: release-please
on:
push:
tags:
- "v*.*.*"
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
# Only set this to true if you are using GitHub releases and
# want to create a release for each version.
release-github: true
# If you are using a different tag format, you can change it here.
tag-configuration: |
version: 0.0.0
# If you want to use a different release body template, you can change it here.
release-body:
"{{release_body}}"
# If you want to use a different release title, you can change it here.
release-title:
"{{release_title}}"