-
-
Notifications
You must be signed in to change notification settings - Fork 2
27 lines (24 loc) · 691 Bytes
/
Copy pathrelease-please.yml
File metadata and controls
27 lines (24 loc) · 691 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
name: Release Please
on:
push:
branches:
- main
# Required for Release Please to open PRs and create releases.
permissions:
contents: write
pull-requests: write
jobs:
release-please:
name: Manage Release PR
runs-on: ubuntu-latest
outputs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
version: ${{ steps.release.outputs.version }}
steps:
- uses: googleapis/release-please-action@v5
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json