code.gitea.io/gitea@v1.21.7/.changelog.yml (about)

     1  # The full repository name
     2  repo: go-gitea/gitea
     3  
     4  # Service type (gitea or github)
     5  service: github
     6  
     7  # Base URL for Gitea instance if using gitea service type (optional)
     8  # Default: https://gitea.com
     9  base-url:
    10  
    11  # Changelog groups and which labeled PRs to add to each group
    12  groups:
    13    -
    14      name: BREAKING
    15      labels:
    16        - pr/breaking
    17    -
    18      name: SECURITY
    19      labels:
    20        - topic/security
    21    -
    22      name: FEATURES
    23      labels:
    24        - type/feature
    25    -
    26      name: API
    27      labels:
    28        - modifies/api
    29    -
    30      name: ENHANCEMENTS
    31      labels:
    32        - type/enhancement
    33        - type/refactoring
    34        - topic/ui
    35    -
    36      name: BUGFIXES
    37      labels:
    38        - type/bug
    39    -
    40      name: TESTING
    41      labels:
    42        - type/testing
    43    -
    44      name: BUILD
    45      labels:
    46        - topic/build
    47        - topic/code-linting
    48    -
    49      name: DOCS
    50      labels:
    51        - type/docs
    52    -
    53      name: MISC
    54      default: true
    55  
    56  # regex indicating which labels to skip for the changelog
    57  skip-labels: skip-changelog|backport\/.+