{
  "branches": [
    "main",
    {"name": "beta", "prerelease": true}
  ],
  "plugins": [
    ["@semantic-release/commit-analyzer", {
      "preset": "conventionalcommits"
    }],
    ["@semantic-release/release-notes-generator", {
      "preset": "conventionalcommits",
      "presetConfig": {
        "types": [
          {"type": "feat", "section": "Features"},
          {"type": "fix", "section": "Bug Fixes"},
          {"type": "perf", "section": "Performance Improvements"},
          {"type": "revert", "section": "Reverts"},
          {"type": "docs", "section": "Documentation", "hidden": false},
          {"type": "style", "section": "Styles", "hidden": false},
          {"type": "chore", "section": "Miscellaneous Chores", "hidden": false},
          {"type": "refactor", "section": "Code Refactoring", "hidden": false},
          {"type": "test", "section": "Tests", "hidden": false},
          {"type": "build", "section": "Build System", "hidden": false},
          {"type": "ci", "section": "Continuous Integration", "hidden": false},
          {"type": "improvement", "section": "Improvement", "hidden": false}
        ]
      }
    }],
    ["@semantic-release/gitlab", {
      "successComment": false
    }],
    ["@semantic-release/changelog", {
      "changelogFile": "CHANGELOG.md"
    }]
  ]
}
