Skip to content

Commit

Permalink
chore: configure release-please (#5)
Browse files Browse the repository at this point in the history
Release-As: 38.107.0-uds.0
  • Loading branch information
ericwyles authored Oct 4, 2024
1 parent 30e6554 commit fa21e14
Show file tree
Hide file tree
Showing 2 changed files with 27 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 @@
{
".": "38.107.0-uds.0"
}
24 changes: 24 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"packages": {
".": {
"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 }
],
"release-type": "simple",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"versioning": "prerelease",
"prerelease-type": "uds",
"extra-files": [
"bundle/uds-bundle.yaml",
"tasks/publish.yaml",
"zarf.yaml"
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit fa21e14

Please # to comment.