Skip to content

Commit

Permalink
feat(ci): add documentation release label
Browse files Browse the repository at this point in the history
  • Loading branch information
gorillamoe committed Jul 27, 2024
1 parent 5a9d70f commit e9fbca1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ changelog:
categories:
- title: Breaking Changes 💥
labels:
- Semver-Major
- breaking-change
- title: Documentation 📚
labels:
- documentation
- title: Exciting New Features ✨
labels:
- Semver-Minor
- enhancement
- title: Bug Fixes 🐛
labels:
- Semver-Patch
- bug

0 comments on commit e9fbca1

Please sign in to comment.