Skip to content

Commit

Permalink
Feature/labels add breaking (#53)
Browse files Browse the repository at this point in the history
* ✨ pr labeler and release notes add breaking

* 🐛 pr labeler and release notes fix documentation
  • Loading branch information
simonhir authored Aug 8, 2024
1 parent 341b92d commit b7ab1ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ bug:
- head-branch: [ '^bug', '^fix' ]
refactoring:
- head-branch: [ '^refactor' ]
documentation:
- head-branch: [ '^doc' ]
BREAKING:
- head-branch: [ '^break' ]
5 changes: 4 additions & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ changelog:
- refactoring
- title: 📔 Documentation
labels:
- docs
- documentation
- title: 🔨 Dependency Upgrades
labels:
- dependencies
- title: 💥 Breaking Changes
labels:
- BREAKING

0 comments on commit b7ab1ee

Please sign in to comment.