Skip to content

Commit

Permalink
chore: Add release-please configs (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins authored Jun 27, 2024
1 parent 44ef08d commit 181df5a
Show file tree
Hide file tree
Showing 2 changed files with 18 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 @@
{
".": "2.1.0"
}
15 changes: 15 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"packages": {
".": {
"release-type": "go",
"bootstrap-sha": "27b906f3c4cef0e2e57a5e058dd1f93dc2049980"
}
},
"pull-request-header": ":frog: I have created a release _ribbit ribbit_",
"pull-request-footer": "Lilypad: Unleash Idle Compute Power",
"plugins": [
{
"type": "sentence-case"
}
]
}

0 comments on commit 181df5a

Please sign in to comment.