File tree Expand file tree Collapse file tree 3 files changed +73
-4
lines changed
Expand file tree Collapse file tree 3 files changed +73
-4
lines changed Original file line number Diff line number Diff line change 1+ name-template : ' v$RESOLVED_VERSION'
2+ tag-template : ' v$RESOLVED_VERSION'
3+ categories :
4+ - title : ' 🚀 Features'
5+ labels :
6+ - ' feature'
7+ - ' enhancement'
8+ - title : ' 🐛 Bug Fixes'
9+ labels :
10+ - ' test bug'
11+ - ' bug'
12+ - title : ' 🧰 Maintenance'
13+ label :
14+ - ' chore'
15+ - ' dependencies'
16+ - ' documentation'
17+
18+
19+ change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
20+ change-title-escapes : ' \<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
21+
22+ exclude-labels :
23+ - ' skip-changelog'
24+
25+ version-resolver :
26+ major :
27+ labels :
28+ - ' major'
29+ minor :
30+ labels :
31+ - ' minor'
32+ patch :
33+ labels :
34+ - ' patch'
35+ default : patch
36+
37+ exclude-labels :
38+ - ' skip-changelog'
39+
40+ autolabeler :
41+ - label : ' chore'
42+ files :
43+ - ' *.md'
44+ - ' Documentation/**'
45+ - label : ' bug'
46+ branch :
47+ - ' /fix\/.+/'
48+ title :
49+ - ' /fix/i'
50+ - ' /bug/i'
51+ - label : ' enhancement'
52+ branch :
53+ - ' /feature\/.+/'
54+ - label : ' dependencies'
55+ files :
56+ - ' global.json'
57+ - ' Directory.Packages.props'
58+ - ' *.props'
59+ - ' *.targets'
60+
61+
62+ template : |
63+ # What's Changed
64+
65+ $CHANGES
66+
67+ **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
68+
Original file line number Diff line number Diff line change 2020 schedule :
2121 - cron : ' 23 17 * * 1'
2222
23- env :
24- AZURE_ARTIFACTS_FEED_URL : https://pkgs.dev.azure.com/bertk0374/_packaging/intern/nuget/v3/index.json
25-
2623permissions :
2724 contents : read
2825
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - master
7+ # pull_request event is required only for autolabeler
8+ pull_request :
9+ # Only following types are handled by the action, but one can default to all as well
10+ types : [opened, reopened, synchronize]
711
812permissions :
913 contents : read
1822 - uses : release-drafter/release-drafter@v6
1923 with :
2024 prerelease : true
21- prerelease-identifier : beta
25+ prerelease-identifier : preview
2226 env :
2327 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments