Skip to content

Commit

Permalink
Merge pull request #564 from lawnstarter/PE-37041
Browse files Browse the repository at this point in the history
conf(github): fix release-please config PE-37041
  • Loading branch information
remarkablemark authored Mar 29, 2024
2 parents 467b31f + a5c965e commit 9851739
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: node
token: ${{ secrets.GH_TOKEN }}

publish:
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "9.1.0"
}
10 changes: 10 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"pull-request-title-pattern": "build(release): release v${version}",
"packages": {
".": {
"include-component-in-tag": false
}
}
}

0 comments on commit 9851739

Please sign in to comment.