提交 0451e008 authored 作者: Larry Dong's avatar Larry Dong 提交者: Michael Osthege

Add capability of autogenerating release notes

上级 0b24c7b4
# This file has been mostly taken verbatim from https://github.com/pymc-devs/pymc/blob/main/.github/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:
- bug
- enhancements
- feature-request
- title: Docs & Maintenance 🔧
labels:
- docs
- installation
- maintenance
- pre-commit
- tests
- "*"
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论