Skip to content

Commit

Permalink
added release.yml for automated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin committed Nov 19, 2022
1 parent 2d20995 commit 6132966
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
changelog:
exclude:
labels:
- ignore-for-release
authors:
- netlify
- restyled-io
categories:
- title: New Features & Enhancements 🌟
labels:
- enhancement
- title: Fixed Bugs 🐛
labels:
- bug
- title: Documentation 📚
labels:
- documentation
- title: Refactored 🏗️
labels:
- refactor
- title: Others 👽️
labels:
- "*"

0 comments on commit 6132966

Please sign in to comment.