UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
release-please-config.json 692 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "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",
    
            "packages/istio/zarf.yaml",
            "packages/standard/zarf.yaml",
            "bundles/k3d-istio/uds-bundle.yaml",
            "bundles/k3d-standard/uds-bundle.yaml",
    
            "tasks/deploy.yaml",
            "tasks/publish.yaml"