Skip to content

Commit

Permalink
Add release.yml for release notes automation (opensearch-project#2732)
Browse files Browse the repository at this point in the history
Signed-off-by: Zilong Xia <zilongx@amazon.com>
Co-authored-by: Tao Liu <33105471+Flyingliuhub@users.noreply.github.com>
  • Loading branch information
ZilongX and Flyingliuhub authored Jun 11, 2024
1 parent 14af23a commit 2c58c99
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# .github/release.yml

changelog:
exclude:
labels:
- ignore-for-release
authors:
- amazon-auto
categories:
- title: 💥 Breaking Changes
labels:
- breaking
- title: 📈 Features/Enhancements
labels:
- enhancement
- title: 🐛 Bug Fixes
labels:
- bug
- title: 🛡 Security
labels:
- cve
- security vulnerability
- title: 🚞 Infrastructure
labels:
- infra
- title: 📝 Documentation
labels:
- docs
- title: 🛠 Maintenance
labels:
- maintenance
- title: 🪛 Refactoring
labels:
- refactor
- title: 🔩 Tests
labels:
- test

0 comments on commit 2c58c99

Please sign in to comment.