Skip to content

Commit

Permalink
fix(ci): Add release-please manifest files (#145)
Browse files Browse the repository at this point in the history
fixes #116
  • Loading branch information
nzakas authored May 28, 2024
1 parent 0bffbed commit a7fd817
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "3.0.3"
}
7 changes: 7 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"packages": {
".": {
"release-type": "node"
}
}
}

0 comments on commit a7fd817

Please sign in to comment.