appuio/tailscale-service-observer

View on GitHub
.github/changelog-configuration.json

Summary

Maintainability
Test Coverage
{
  "pr_template": "- ${{TITLE}} (#${{NUMBER}})",
  "categories": [
    {
      "title": "## 🚀 Features",
      "labels": [
        "enhancement"
      ]
    },
    {
      "title": "## 🛠️ Minor Changes",
      "labels": [
        "change"
      ]
    },
    {
      "title": "## 🔎 Breaking Changes",
      "labels": [
        "breaking"
      ]
    },
    {
      "title": "## 🐛 Fixes",
      "labels": [
        "bug"
      ]
    },
    {
      "title": "## 📄 Documentation",
      "labels": [
        "documentation"
      ]
    },
    {
      "title": "## 🔗 Dependency Updates",
      "labels": [
        "dependency"
      ]
    }
  ],
  "template": "${{CATEGORIZED_COUNT}} changes since ${{FROM_TAG}}\n\n${{CHANGELOG}}"
}