Skip to content

Commit

Permalink
fix: release-please (again) (#7)
Browse files Browse the repository at this point in the history
* fix: release-please (again)

* Update PR title pattern

* Add back id property
  • Loading branch information
nzakas committed Jul 5, 2024
1 parent cba9a54 commit 5ef7c6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: node
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v4
Expand Down
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
".": {
"release-type": "node",
"release-as": "0.1.0",
"pull-request-title-pattern": "chore: release {version} 🚀",
"extra-files": [
{
"type": "json",
Expand Down

0 comments on commit 5ef7c6c

Please sign in to comment.