https://github.com/pymc-devs/pymc3
Raw File
Tip revision: 7d960fa0104dbb5dd24bc4bcccf8a40e3ea54683 authored by Thomas Wiecki on 26 July 2022, 16:17:50 UTC
Bump version to 4.1.4.
Tip revision: 7d960fa
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 & Bugfixes 🎉
      labels:
        - defects
        - enhancements
        - feature-request
    - title: Docs & Maintenance 🔧
      labels:
        - docs
        - installation
        - maintenance
        - pre-commit
        - tests
        - "*"
back to top