Skip to content
Snippets Groups Projects
Select Git revision
  • 65a8552f8756202dc940ea8c2315256097b09cc7
  • master default protected
  • v1.16.5
  • v1.16.4
  • v1.16.3
  • v1.16.2
  • v1.16.1
  • v1.16.0
  • v1.15.0
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.0
  • v1.11.0
  • v1.10.2
  • v1.10.1
  • v1.10.0
  • v1.9.0
  • v1.8.3
  • v1.8.2
  • v1.8.1
22 results

config.yml

Blame
  • config.yml 1.27 KiB
    style: gitlab
    template: CHANGELOG.tpl.md
    info:
      title: CHANGELOG
      repository_url: https://gitlab.schukai.com/oss/libraries/go/application/configuration
    options:
      commits:
        filters:
          Type:
            - feat
            - fix
            - doc
            - refactor
            - perf
            - test
            - chore
            ## deprecated types and typos  
            - docs
            - documentation
            - feat
            - added
            - add
            - bugfix
            - revert
            - update
            - updates
            - change
            - changed
      commit_groups:
        title_maps:
          feat: Add Features
          fix: Bug Fixes
          doc: Documentation
          refactor: Code Refactoring
          perf: Performance Improvements
          test: Tests
          ## Chore is used for all other changes that don't fit in the other categories
          chore: Changes
          ## deprecated types and typos  
          docs: Documentation
          documentation: Documentation
          added: Add Features
          add: Add Features
          bugfix: Bug Fixes
          revert: Reverts
          update: Changes
          updates: Changes
          change: Changes
          changed: Changes
      header:
        pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
        pattern_maps:
          - Type
          - Scope
          - Subject
      notes:
        keywords:
          - BREAKING CHANGE