Skip to content

Commit

Permalink
Added release.yml for automating release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakesh-algolia authored Apr 18, 2022
1 parent 42c8d82 commit 1029156
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# .github/release.yml

changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking Changes 🛠
labels:
- Semver-Major
- breaking-change
- title: New Features 🎉
labels:
- Semver-Minor
- enhancement
- title: Bug Fixes
labels:
- "*"

0 comments on commit 1029156

Please sign in to comment.