mimmi20/laminas-form-element-links

View on GitHub
.github/release-drafter.yml

Summary

Maintainability
Test Coverage
---
# file-version: 1.0
 
template: |
## What’s Changed
 
$CHANGES
 
## πŸ‘¨πŸΌβ€πŸ’» Contributors
 
$CONTRIBUTORS
 
change-template: "- $TITLE by @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&#@`' # You can add # and @ to disable mentions, and add ` to disable code blocks.
no-changes-template: "- No changes"
name-template: "$RESOLVED_VERSION"
tag-template: "$RESOLVED_VERSION"
version-template: "$MAJOR.$MINOR.$PATCH"
 
exclude-labels:
- "duplicate"
- "question"
- "invalid"
- "wontfix"
 
version-resolver:
major:
labels:
- "bc break"
- "removed"
minor:
labels:
- "deprecated"
- "security"
patch:
labels:
- "bug"
- "dependencies"
- "enhancement"
- "maintenance"
- "documentation"
default: patch
 
autolabeler:
- label: "documentation"
files:
- "*.md"
 
categories:
- title: "**πŸ’₯ Breaking:**"
labels:
- "bc break"
- title: "**🍰 Enhancements:**"
labels:
- "enhancement"
- title: "**🐞 Bugs:**"
labels:
- "bug"
- title: "**πŸ’€ Deprecated:**"
labels:
- "deprecated"
- title: "**πŸ—‘ Removed:**"
labels:
- "removed"
- title: "**πŸ›‘ Security:**"
labels:
- "security"
- title: "**πŸ•Έ Dependencies:**"
labels:
- "dependencies"
- title: "**🧹 Maintenance:**"
labels:
- "maintenance"
- title: "**πŸ“¦ Documentation:**"
labels:
- "documentation"
# other Labels
#- title: "**πŸ“¦ new Useragents:**"
# labels:
# - "new useragents"
 
commitish: master
target_commitish: master
filter-by-commitish: true
include-pre-releases: true