Skip to content

Commit 9851739

Browse files
Merge pull request #564 from lawnstarter/PE-37041
conf(github): fix release-please config PE-37041
2 parents 467b31f + a5c965e commit 9851739

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/workflows/release-please.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
uses: google-github-actions/release-please-action@v4
1616
id: release
1717
with:
18-
release-type: node
1918
token: ${{ secrets.GH_TOKEN }}
2019

2120
publish:

.release-please-manifest.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "9.1.0"
3+
}

release-please-config.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"release-type": "node",
4+
"pull-request-title-pattern": "build(release): release v${version}",
5+
"packages": {
6+
".": {
7+
"include-component-in-tag": false
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)