diff --git a/.release-please-manifest.json b/.release-please-manifest.json new file mode 100644 index 0000000..bf2c302 --- /dev/null +++ b/.release-please-manifest.json @@ -0,0 +1,3 @@ +{ + ".": "38.107.0-uds.0" +} diff --git a/release-please-config.json b/release-please-config.json new file mode 100644 index 0000000..f6ba851 --- /dev/null +++ b/release-please-config.json @@ -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" +} \ No newline at end of file