Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ maintenance:
- LICENSE
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- "SECURITY.md"
- .pre-commit-config.yaml
- .prettierignore
- .sonarcloud.properties
- .sourcery.yaml
changelog:
- CONTRIBUTING.md
36 changes: 24 additions & 12 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,42 @@
changelog:
categories:
- title: "🏆 Milestone"
labels: "milestone"
labels:
- "milestone"
- title: "🚀 New"
labels: "enhancement"
labels:
- "enhancement"
- title: "💻 New"
labels: "codespaces"
labels:
- "codespaces"
- title: "🐛 Bug Fixes"
labels: "bug"
labels:
- "bug"
- title: "🧰 Maintenance"
labels: "maintenance"
labels:
- "maintenance"
- title: ":octocat: Github Actions"
labels: "github-actions"
labels:
- "github-actions"
- title: "🗂 Documentation"
labels: "documentation"
labels:
- "documentation"
- title: "🔗 Dependency Updates"
labels: "dependencies"
labels:
- "dependencies"
- title: "🔬 Testing & Coverage"
labels: "testing"
labels:
- "testing"
- title: "👋 Welcome"
labels: "good first issue"
labels:
- "good first issue"
- title: "🔒 Security"
labels:
- "security"
- "dependabot"
- title: "🚨 Breaking Changes"
labels: "breaking"
labels:
- "breaking"
- title: "📝 Changelog"
labels: "changelog"
labels:
- "changelog"
Loading