Skip to content

Commit

Permalink
fix: release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
terovirtanen committed Jan 11, 2024
1 parent be10088 commit df93498
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
release-type: node
package-name: testi2
6 changes: 6 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"sequential-calls": true,
"packages": {
".": {
"release-type": "node",
"package-name": "testi"
}
},
"plugins": ["sentence-case"]
}

0 comments on commit df93498

Please sign in to comment.