File: .datalad-release-action.yaml

package info (click to toggle)
datalad-container 1.2.5-1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 592 kB
  • sloc: python: 3,962; makefile: 188; sh: 43
file content (24 lines) | stat: -rw-r--r-- 678 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
fragment_directory: changelog.d

# Categories must be listed in descending order of precedence for determining
# what category to apply to a PR with multiple labels.
# The category names must align with the categories in changelog.d/scriv.ini
categories:
  - name: ๐Ÿ’ฅ Breaking Changes
    bump: major
    label: major
  - name: ๐Ÿš€ Enhancements and New Features
    bump: minor
    label: minor
  - name: ๐Ÿ› Bug Fixes
    label: patch
  - name: ๐Ÿ”ฉ Dependencies
    label: dependencies
  - name: ๐Ÿ“ Documentation
    label: documentation
  - name: ๐Ÿ  Internal
    label: internal
  - name: ๐ŸŽ Performance
    label: performance
  - name: ๐Ÿงช Tests
    label: tests