-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy path.changelog-config.json
More file actions
52 lines (52 loc) 路 1.55 KB
/
Copy path.changelog-config.json
File metadata and controls
52 lines (52 loc) 路 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"categories": [
{
"title": "## New Features and enhancements",
"labels": [
"Type: enhancement"
],
"exhaustive": true
},
{
"title": "## Bug Fixes",
"labels": [
"Type: bug"
],
"exhaustive": true
},
{
"title": "## Documentation",
"labels": [
"Type: documentation"
],
"exhaustive": true
},
{
"title": "## Unit Tests",
"labels": [
"Type: Unit Tests"
],
"exhaustive": true
},
{
"title": "## 鈿狅笍 Breaking Changes",
"labels": [
"Breaking-Change"
],
"exhaustive": true
},
{
"title": "## Updated dependencies",
"labels": [
"Type: dependencies"
],
"exhaustive": true
}
],
"sort": "ASC",
"template": "${{CHANGELOG}}\n\n**Full Changelog:** ${{RELEASE_DIFF}}\n\nThe following NuGet packages are available from this release:\n\n:package: [Base Class Library](https://www.nuget.org/packages/nanoFramework.CoreLibrary/)\n:package: [Base Class Library w/o reflection](https://www.nuget.org/packages/nanoFramework.CoreLibrary.NoReflection/)",
"pr_template": "* ${{TITLE}} by @${{AUTHOR}} in #${{NUMBER}}",
"empty_template": "- no changes",
"max_tags_to_fetch": 200,
"max_pull_requests": 200
}