Add GitHub automatic release (#173)

This automatically creates a GitHub release when a matching tag is created in this repository.
This commit is contained in:
James Pogran 2022-04-04 09:38:08 -04:00 committed by GitHub
parent c584f13cd4
commit 3672145e4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 46 additions and 0 deletions

26
.github/release.yml vendored Normal file
View file

@ -0,0 +1,26 @@
changelog:
categories:
- title: NOTES
labels:
- note
- documentation
- title: FEATURES
labels:
- feature
- title: ENHANCEMENTS
labels:
- enhancement
- documentation
- title: BUG FIXES
labels:
- bug
- title: INTERNAL
labels:
- dependencies
- "*"
exclude:
labels:
- duplicate
- wontfix
- question
- invalid