Skip to content

Commit

Permalink
feat: add release please (#31)
Browse files Browse the repository at this point in the history
* feat: add release please

---------

Signed-off-by: Zachariah Miller <zachariah.miller@defenseunicorns.com>
  • Loading branch information
zachariahmiller committed Mar 22, 2024
1 parent c4b79ab commit acd921b
Show file tree
Hide file tree
Showing 2 changed files with 25 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 @@
{
".": "0.0.0"
}
22 changes: 22 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"packages": {
".": {
"release-type": "simple",
"draft": false,
"changelog-path": "CHANGELOG.md",
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "chore", "section": "Miscellaneous", "hidden": false }
],
"versioning": "default",
"extra-files": [
"README.md",
"bundles/dev/uds-bundle.yaml",
"bundles/k3d-demo/uds-bundle.yaml",
"tasks/publish.yaml"
]
}
}
}

0 comments on commit acd921b

Please sign in to comment.