File: release.yml

package info (click to toggle)
golang-github-gofiber-utils 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 432 kB
  • sloc: makefile: 40
file content (27 lines) | stat: -rw-r--r-- 609 bytes parent folder | download | duplicates (4)
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
# .github/release.yml

changelog:
  categories:
    - title: 'โ— Breaking Changes'
      labels:
        - 'โ— BreakingChange'
    - title: '๐Ÿš€ New Features'
      labels:
        - 'โœ๏ธ Feature'
        - '๐Ÿ“ Proposal'
    - title: '๐Ÿงน Updates'
      labels:
        - '๐Ÿงน Updates'
        - 'โšก๏ธ Performance'
    - title: '๐Ÿ› Bug Fixes'
      labels:
        - 'โ˜ข๏ธ Bug'
    - title: '๐Ÿ› ๏ธ Maintenance'
      labels:
        - '๐Ÿค– Dependencies'
    - title: '๐Ÿ“š Documentation'
      labels:
        - '๐Ÿ“’ Documentation'
    - title: 'Other Changes'
      labels:
        - '*'