https://github.com/pymc-devs/pymc3
Raw File
Tip revision: c7f65a054772b8a03e6b509e764b94acb4c51f99 authored by pre-commit-ci[bot] on 15 April 2024, 17:30:40 UTC
[pre-commit.ci] pre-commit autoupdate
Tip revision: c7f65a0
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