Skip to content

Commit

Permalink
Merge pull request #3 from algolia/feature/automate-release-notes
Browse files Browse the repository at this point in the history
Added release.yml for automating release notes.
  • Loading branch information
rakesh-algolia authored Apr 18, 2022
2 parents c078eb7 + 78330ef commit a98b09a
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 a98b09a

Please sign in to comment.