Edit

kc3-lang/libgit2/.github/release.yml

Branch :

  • Show log

    Commit

  • Author : Edward Thomson
    Date : 2024-12-16 10:55:49
    Hash : 5576e8f6
    Message : docs: add "benchmarks" section to changelog

  • .github/release.yml
  • changelog:
      categories:
      - title: New features
        labels:
        - feature
      - title: Performance improvements
        labels:
        - performance
      - title: Bug fixes
        labels:
        - bug
      - title: Security fixes
        labels:
        - security
      - title: Code cleanups
        labels:
        - cleanup
      - title: Benchmarks
        labels:
        - benchmarks
      - title: Build and CI improvements
        labels:
        - build
      - title: Documentation improvements
        labels:
        - documentation
      - title: Platform compatibility fixes
        labels:
        - compatibility
      - title: Git compatibility fixes
        labels:
        - git compatibility
      - title: Dependency updates
        labels:
        - dependency
      - title: Other changes
        labels:
          - '*'