summaryrefslogtreecommitdiffstats
path: root/vendor/xorm.io/xorm/.changelog.yml
blob: 1303c9cc9379ef5edba38ef751c0f96c66f6cd56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# The full repository name
repo: xorm/xorm

# Service type (gitea or github)
service: gitea

# Base URL for Gitea instance if using gitea service type (optional)
# Default: https://gitea.com
base-url:

# Changelog groups and which labeled PRs to add to each group
groups:
  -
    name: BREAKING
    labels:
      - kind/breaking
  -
    name: FEATURES
    labels:
      - kind/feature
  -
    name: SECURITY
    labels:
      - kind/security
  -
    name: BUGFIXES
    labels:
      - kind/bug
  -
    name: ENHANCEMENTS
    labels:
      - kind/enhancement
      - kind/refactor
      - kind/ui
  -
    name: TESTING
    labels:
      - kind/testing
  -
    name: BUILD
    labels:
      - kind/build
      - kind/lint
  -
    name: DOCS
    labels:
      - kind/docs
  -
    name: MISC
    default: true

# regex indicating which labels to skip for the changelog
skip-labels: skip-changelog|backport\/.+