Skip to content

Commit

Permalink
chore: fix release-please config (#1533)
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Jul 5, 2024
1 parent 7024b84 commit 1864e26
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: node
config-file: release-please-config.json
manifest-file: .release-please-manifest.json

npm-publish:
Expand Down
5 changes: 1 addition & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"pull-request-title-pattern": "chore: release v${version}",
"extra-files": [
"README.md"
]
".": "8.0.0"
}
14 changes: 14 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"pull-request-title-pattern": "chore: release v${version}",
"bootstrap-sha": "d1ba547e91b192152bfc314ab85436de1538b4ec",
"packages": {
".": {
"extra-files": [
"README.md"
],
"changelog-path": "CHANGELOG.md"
}
}
}

0 comments on commit 1864e26

Please sign in to comment.