Sha256: c6a08650638330012490cae02a6dfaae5415fb6c15c31ebbbbb2ee238ddfe72b

Contents?: true

Size: 1.04 KB

Versions: 16

Compression:

Stored size: 1.04 KB

Contents

name-template: 'version $RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
  - title: 'Added'
    labels: 'enhancement'
  - title: 'Changed'
    labels: 'change' 
  - title: 'Deprecated'
    labels: 'deprecated' 
  - title: 'Removed'
    labels: 'removed'     
  - title: 'Fixed'
    labels: 'bug'
  - title: 'Security'
    label: 'dependencies'
  - title: 'Documentation updates'
    label: 'documentation'
  - title: 'Maintenance'
    labels: 'internal'  
      
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'

version-resolver:
  major:
    labels:
      - 'major'
  minor:
    labels:
      - 'minor'
  patch:
    labels:
      - 'patch'
  default: patch
  
exclude-labels:
  - reverted
  - no-changelog
  - skip-changelog
  - invalid
  
template: |
  ## [$RESOLVED_VERSION](https://github.com/finapps/ruby-client/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION)
  $CHANGES

replacers:
  - search: '/CVE-(\d{4})-(\d+)/g'
    replace: 'https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-$1-$2'
  - search: '@dependabot-preview'
    replace: '@dependabot'

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
finapps-6.13.1 .github/release-drafter.yml
finapps-6.13.0 .github/release-drafter.yml
finapps-6.12.0 .github/release-drafter.yml
finapps-6.11.0 .github/release-drafter.yml
finapps-6.10.2 .github/release-drafter.yml
finapps-6.10.1 .github/release-drafter.yml
finapps-6.10.0 .github/release-drafter.yml
finapps-6.9.2 .github/release-drafter.yml
finapps-6.9.1 .github/release-drafter.yml
finapps-6.9.0 .github/release-drafter.yml
finapps-6.8.0 .github/release-drafter.yml
finapps-6.7.1 .github/release-drafter.yml
finapps-6.7.0 .github/release-drafter.yml
finapps-6.6.1 .github/release-drafter.yml
finapps-6.6.0 .github/release-drafter.yml
finapps-6.5.0 .github/release-drafter.yml