github.com/vpayno/adventofcode-2022-golang-workspace@v0.0.0-20230605190011-dbafed5593de/git-conventional-commits.json (about)

     1  {
     2    "convention" : {
     3      "commitTypes": [
     4        "feat",
     5        "fix",
     6        "perf",
     7        "refactor",
     8        "style",
     9        "test",
    10        "build",
    11        "ops",
    12        "docs",
    13        "chore",
    14        "merge",
    15        "revert",
    16        "ci",
    17        "challenge"
    18      ],
    19      "commitScopes": [],
    20      "releaseTagGlobPattern": "v[0-9]*.[0-9]*.[0-9]*"
    21    },
    22  
    23    "changelog" : {
    24      "commitTypes": [
    25        "feat",
    26        "fix",
    27        "perf",
    28        "merge"
    29      ],
    30      "includeInvalidCommits": true,
    31      "commitIgnoreRegexPattern": "^WIP ",
    32      "headlines": {
    33        "feat": "Features",
    34        "fix": "Bug Fixes",
    35        "perf": "Performance Improvements",
    36        "merge": "Merges",
    37        "breakingChange": "BREAKING CHANGES"
    38      },
    39  
    40      "commitUrl": "https://github.com/ACCOUNT/REPOSITORY/commit/%commit%",
    41      "commitRangeUrl": "https://github.com/ACCOUNT/REPOSITORY/compare/%from%...%to%?diff=split",
    42      "issueRegexPattern": "#\\d+",
    43      "issueUrl": "https://github.com/ACCOUNT/REPOSITORY/issues/%issue%"
    44    }
    45  }