Browse Source

auto generate release notes based on labels (#1756)

This should help with the process of making the changelogs on releases.
https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
pull/1757/head
Jason Williams 3 years ago
parent
commit
13b29ecd68
  1. 16
      .github/release.yml

16
.github/release.yml

@ -0,0 +1,16 @@
# .github/release.yml
changelog:
exclude:
authors:
- dependabot
categories:
- title: Feature Enhancements
labels:
- enhancement
- title: Bug Fixes
labels:
- bug
- title: Internal Improvements
labels:
- internal
Loading…
Cancel
Save