Skip to content

Commit

Permalink
chore: Update release-please-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 4, 2023
1 parent 6057a06 commit e8288a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"packages": {
".": {
"releaseType": "node",
"releaseType": "simple",
"extra-files": [
"README.md"
]
},
".github/actions/output": {
"releaseType": "simple",
"component": "action-output"
},
".github/actions/summary": {
"releaseType": "simple",
"component": "action-summary"
}
}
}

0 comments on commit e8288a1

Please sign in to comment.