File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This file has been mostly taken verbatim from https://github.com/pymc-devs/pymc/blob/main/.github/release.yml
2
+ #
3
+ # This file contains configuration for the automatic generation of release notes in GitHub.
4
+ # It's not perfect, but it makes it a little less laborious to write informative release notes.
5
+ # Also see https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
6
+ changelog :
7
+ exclude :
8
+ labels :
9
+ - no releasenotes
10
+ categories :
11
+ - title : Major Changes 🛠
12
+ labels :
13
+ - major
14
+ - title : New Features & Bugfixes 🎉
15
+ labels :
16
+ - bug
17
+ - enhancements
18
+ - feature-request
19
+ - title : Docs & Maintenance 🔧
20
+ labels :
21
+ - docs
22
+ - installation
23
+ - maintenance
24
+ - pre-commit
25
+ - tests
26
+ - " *"
You can’t perform that action at this time.
0 commit comments