File: release.yml

package info (click to toggle)
golang-github-gofiber-schema 1.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 288 kB
  • sloc: makefile: 46
file content (26 lines) | stat: -rw-r--r-- 578 bytes parent folder | download
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
# .github/release.yml

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