File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name-template : ' $NEXT_PATCH_VERSION'
2+ tag-template : ' v$NEXT_PATCH_VERSION'
3+ prerelease : true
4+ categories :
5+ - title : 🚀 New Features and Improvements
6+ labels :
7+ - feature
8+ - enhancement
9+ - title : 🐛 Bug Fixes
10+ labels :
11+ - bug
12+ - title : 📝 Documentation
13+ label : documentation
14+ - title : 📦 Dependency updates
15+ labels :
16+ - dependencies
17+ - title : 👻 Maintenance
18+ labels :
19+ - chore
20+ - internal
21+ exclude-labels :
22+ - invalid
23+ - no-changelog
24+ - skip-changelog
25+ - reverted
26+ - wontfix
27+ template : |
28+ Thanks to all the contributors of this release 🌈: $CONTRIBUTORS
29+
30+ # What's Changed
31+ $CHANGES
32+ replacers :
33+ - search : ' @dependabot-preview'
34+ replace : ' @dependabot'
Original file line number Diff line number Diff line change 55 branches :
66 - develop
77 paths-ignore :
8+ - ' .github/workflows/release-drafter.yml'
89 - ' .gitignore'
910 - ' *.md'
1011 - LICENSE
1112 pull_request :
1213 branches :
1314 - develop
1415 paths-ignore :
16+ - ' .github/workflows/release-drafter.yml'
1517 - ' .gitignore'
1618 - ' *.md'
1719 - LICENSE
Original file line number Diff line number Diff line change 1+ name : Release Drafter
2+
3+ on :
4+ push :
5+ branches :
6+ - master
7+
8+ jobs :
9+ update_release_draft :
10+ runs-on : ubuntu-latest
11+ steps :
12+ # Drafts your next Release notes as Pull Requests are merged into "master"
13+ - uses : release-drafter/release-drafter@v5
14+ env :
15+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }
You can’t perform that action at this time.
0 commit comments