github.com/gojue/ecapture@v0.8.2/configuration.json (about)

     1  {
     2    "categories": [
     3      {
     4        "title": "## ๐Ÿš€ Features",
     5        "labels": ["feature", "enhancement"]
     6      },
     7      {
     8        "title": "## ๐Ÿ› Fixes",
     9        "labels": ["fix", "bug"]
    10      },
    11      {
    12        "title": "## ๐Ÿงช Tests",
    13        "labels": ["test"]
    14      }
    15    ],
    16    "sort": "ASC",
    17    "template": "${{CHANGELOG}}",
    18    "pr_template": "- ${{TITLE}}\n   - PR: #${{NUMBER}}",
    19    "empty_template": "- no changes",
    20    "max_pull_requests": 1000,
    21    "max_back_track_time_days": 1000
    22  }