File: release.yml

package info (click to toggle)
ruby-rspec-parameterized-table-syntax 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: ruby: 205; sh: 4; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 658 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
27
28
29
30
31
# ref. https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes

changelog:
  exclude:
    labels:
      - chore

  categories:
    - title: ":bomb: Breaking Changes"
      labels:
        - breaking change

    - title: ":lock: Security Fix"
      labels:
        - security

    - title: ":rocket: Features"
      labels:
        - enhancement

    - title: ":bug: Bug Fixes"
      labels:
        - bug

    - title: ":dependabot: Dependency updates"
      labels:
        - dependencies

    - title: ":pencil: Other Changes"
      labels:
        - "*"