File: release.yml

package info (click to toggle)
ruby-librarian 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 632 kB
  • sloc: ruby: 6,109; makefile: 11
file content (41 lines) | stat: -rw-r--r-- 763 bytes parent folder | download | duplicates (2)
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
---
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes

changelog:
  exclude:
    labels:
      - duplicate
      - invalid
      - modulesync
      - question
      - skip-changelog
      - wont-fix
      - wontfix
      - github_actions

  categories:
    - title: Breaking Changes 🛠
      labels:
        - backwards-incompatible

    - title: New Features 🎉
      labels:
        - enhancement

    - title: Bug Fixes 🐛
      labels:
        - bug
        - bugfix

    - title: Documentation Updates 📚
      labels:
        - documentation
        - docs

    - title: Dependency Updates ⬆️
      labels:
        - dependencies

    - title: Other Changes
      labels:
        - "*"