Skip to content

Commit 5283915

Browse files
committed
ci(release): update release-please action and configure release type
1 parent 1fa3514 commit 5283915

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Release Please Action
23-
uses: google-github-actions/release-please-action@v4
23+
uses: googleapis/release-please-action@v4
2424
id: release
2525
with:
2626
# release-type: simple

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3-
"packages": {"." : {}},
3+
"packages": {"." : {"release-type": "simple"}},
44
"pull-request-title-pattern": "build${scope}: release${component} ${version}",
55
"include-component-in-tag": true,
66
"include-v-in-tag": true,

0 commit comments

Comments
 (0)