Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 53e35e9

Browse files
authored
Open source extension (#2)
1 parent be5b34f commit 53e35e9

142 files changed

Lines changed: 28724 additions & 5 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.azext/changelog-cache.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"issues": [],
3+
"pullRequests": []
4+
}

.azext/changelog-config.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"repository": "joachimdalen/azdevops-pull-request-utils",
3+
"changelogTitle": {
4+
"size": "h1",
5+
"format": "Changelog"
6+
},
7+
"releaseTitleFormat": {
8+
"size": "h2",
9+
"format": "{{version}} ({{publishDate}})"
10+
},
11+
"moduleTitleFormat": {
12+
"size": "h4",
13+
"format": "`{{name}}@{{version}}`"
14+
},
15+
"moduleChangesTitle": {
16+
"size": "h3",
17+
"format": ":package: Module changes"
18+
},
19+
"typeSize": "h3",
20+
"typeMapping": {
21+
"feature": ":rocket: Features ({{changeCount}})",
22+
"fix": ":bug: Fixes ({{changeCount}})",
23+
"tests": ":test_tube: Tests ({{changeCount}})",
24+
"other": ":speech_balloon: Other ({{changeCount}})",
25+
"docs": ":memo: Documentation ({{changeCount}})",
26+
"maint": ":hammer_and_wrench: Maintenance ({{changeCount}})",
27+
"enhancement": ":mega: Enhancements ({{changeCount}})"
28+
},
29+
"typeResourcePrefixMapping": {
30+
"feature": {
31+
"issue": "Suggested in",
32+
"pullRequest": "Added in"
33+
},
34+
"fix": {
35+
"issue": "Reported in",
36+
"pullRequest": "Fixed in"
37+
},
38+
"docs": {
39+
"issue": "Changed needed",
40+
"pullRequest": "Changed in"
41+
},
42+
"maint": {
43+
"pullRequest": "Changed in"
44+
},
45+
"enhancement": {
46+
"issue": "Suggested in",
47+
"pullRequest": "Improved in"
48+
}
49+
},
50+
"sections": {
51+
"summary": {
52+
"title": {
53+
"size": "h4",
54+
"format": ":speech_balloon: Summary"
55+
}
56+
}
57+
},
58+
"attributionTitleFormat": {
59+
"size": "h2",
60+
"format": ":star2: Contributors"
61+
},
62+
"attributionSubTitle": {
63+
"format": "Thank you to the following for contributing to the latest release"
64+
},
65+
"attributionLinkTextFormat": {
66+
"format": "@{{ghUsername}}"
67+
},
68+
"knownAuthors": ["joachimdalen"],
69+
"useDescriptiveIssues": true,
70+
"useDescriptivePullRequests": true,
71+
"replaceEmojis": {
72+
"types": true,
73+
"changelogTitle": true,
74+
"releaseTitle": true,
75+
"moduleTitle": true,
76+
"attributionTitle": true,
77+
"attributionSubTitle": true,
78+
"moduleChangesTitle": true,
79+
"githubIssues": false,
80+
"githubPullRequests": false,
81+
"sectionContent": true,
82+
"sectionTitle": true
83+
}
84+
}

0 commit comments

Comments
 (0)