Skip to content

Commit 7a4384e

Browse files
committed
add a release file
1 parent 9090035 commit 7a4384e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/release.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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: Deprecations 🚨
15+
labels:
16+
- deprecation
17+
- title: New Features 🎉
18+
labels:
19+
- enhancement
20+
- feature request
21+
- title: Bugfixes 🐛
22+
labels:
23+
- bug
24+
- title: Documentation 📖
25+
labels:
26+
- documentation
27+
- title: Maintenance 🔧
28+
labels:
29+
- "*"

0 commit comments

Comments
 (0)