https://github.com/pymc-devs/pymc3
Raw File
Tip revision: 9ab8afa7d9ba1b755bd850f616446878a5e45fb2 authored by pymc-bot on 05 February 2024, 07:02:35 UTC
⬆️ UPGRADE: Autoupdate pre-commit config
Tip revision: 9ab8afa
release.yml
# This file contains configuration for the automatic generation of release notes in GitHub.
# It's not perfect, but it makes it a little less laborious to write informative release notes.
# Also see https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
changelog:
  exclude:
    labels:
      - no releasenotes
  categories:
    - title: Major Changes 🛠
      labels:
        - major
    - title: New Features 🎉
      labels:
        - enhancements
        - feature request
    - title: Bugfixes 🪲
      labels:
        - bug
    - title: Documentation 📖
      labels:
        - docs
    - title: Maintenance 🔧
      labels:
        - "*"
back to top