Skip to content

Commit

Permalink
chore: add release please
Browse files Browse the repository at this point in the history
chore: add release please config
  • Loading branch information
musale authored Jul 31, 2024
2 parents aaddd38 + d379750 commit 0a5ee3f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
manifest: true
primaryBranch: main
handleGHRelease: true
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".":"4.1.1"
}
13 changes: 13 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"include-component-in-tag": false,
"pull-request-header": ":rocket: A new release is coming up!",
"packages": {
".":{
"extra-files": [
"index.js", "core.js", "prettier.config.js"
]
}
}
}

0 comments on commit 0a5ee3f

Please sign in to comment.