Skip to content

Commit

Permalink
chore: Add missing release-please files (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 authored Dec 24, 2024
1 parent 934951b commit a8f0b39
Show file tree
Hide file tree
Showing 2 changed files with 16 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.30.0"
}
13 changes: 13 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"packages" : {
"." : {
"release-type" : "go",
"bump-minor-pre-major" : true,
"versioning" : "default",
"include-component-in-tag" : false,
"extra-files" : [
"main.go"
]
}
}
}

0 comments on commit a8f0b39

Please sign in to comment.