github.com/lineaje-labs/syft@v0.98.1-0.20231227153149-9e393f60ff1b/.chronicle.yaml (about)

     1  enforce-v0: true # don't make breaking-change label bump major version before 1.0.
     2  title: ""
     3  
     4  github:
     5    host: github.com
     6    include-issue-pr-authors: true
     7    include-issue-prs: true
     8    include-issues-not-planned: false
     9    include-prs: true
    10    include-issues: true
    11    include-unlabeled-issues: true
    12    include-unlabeled-prs: true
    13    issues-require-linked-prs: false
    14    consider-pr-merge-commits: true
    15  
    16    exclude-labels:
    17      - duplicate
    18      - question
    19      - invalid
    20      - wontfix
    21      - wont-fix
    22      - release-ignore
    23      - changelog-ignore
    24      - ignore
    25  
    26    changes:
    27  
    28      - name: security-fixes
    29        title: Security Fixes
    30        semver-field: patch
    31        labels:
    32          - security
    33          - vulnerability
    34  
    35      - name: added-feature
    36        title: Added Features
    37        semver-field: minor
    38        labels:
    39          - enhancement
    40          - feature
    41          - minor
    42  
    43      - name: bug-fix
    44        title: Bug Fixes
    45        semver-field: patch
    46        labels:
    47          - bug
    48          - fix
    49          - bug-fix
    50          - patch
    51  
    52      - name: breaking-feature
    53        title: Breaking Changes
    54        semver-field: major
    55        labels:
    56          - breaking
    57          - backwards-incompatible
    58          - breaking-change
    59          - breaking-feature
    60          - major
    61          - detected-breaking-change
    62  
    63      - name: removed-feature
    64        title: Removed Features
    65        semver-field: major
    66        labels:
    67          - removed
    68  
    69      - name: deprecated-feature
    70        title: Deprecated Features
    71        semver-field: minor
    72        labels:
    73          - deprecated
    74  
    75      - name: unknown
    76        title: Additional Changes
    77        semver-field: ""
    78        labels: []