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_MINOR_VERSION'
2+ tag-template : ' v$NEXT_MINOR_VERSION'
3+ categories :
4+ - title : ' Added'
5+ labels :
6+ - ' feature'
7+ - title : ' Changed'
8+ labels :
9+ - ' enhancement'
10+ - ' dependency-update'
11+ - ' dependencies'
12+ - title : ' Fixed'
13+ labels :
14+ - ' fix'
15+ - ' bugfix'
16+ - ' bug'
17+ include-labels :
18+ - ' feature'
19+ - ' enhancement'
20+ - ' dependency-update'
21+ - ' dependencies'
22+ - ' fix'
23+ - ' bugfix'
24+ - ' bug'
25+ exclude-labels :
26+ - ' skip-changelog'
27+ - ' docs'
28+ - ' build'
29+ change-template : ' - $TITLE [#$NUMBER](https://github.com/azavea/hiveless/pull/$NUMBER) (@$AUTHOR)'
30+ template : |
31+ $CHANGES
Original file line number Diff line number Diff line change 1+ name : Release Drafter
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+ pull_request :
8+ types : [opened, reopened, synchronize]
9+
10+ jobs :
11+ update_release_draft :
12+ runs-on : ubuntu-latest
13+ steps :
14+ - uses : release-drafter/release-drafter@v5.15.0
15+ env :
16+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments