Skip to content

Commit

Permalink
Merge pull request #294 from HDFGroup/chogan/auto_release_notes
Browse files Browse the repository at this point in the history
Add release.yml to auto generate release notes
  • Loading branch information
ChristopherHogan committed Nov 12, 2021
2 parents 5ca8a7e + 06835b3 commit ddceb25
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
changelog:
exclude:
labels:
- skip-changelog
categories:
- title: New Features
labels:
- enhancement
- title: Bug Fixes
labels:
- bug
- title: Adapters
labels:
- adapter-stdio
- adapter-posix
- adapter-mpiio
- title: Other Changes
labels:
- "*"

0 comments on commit ddceb25

Please sign in to comment.