git-release-manager 0.0.5 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +47 -47
- package/dist/config/defaults/config.json +231 -231
- package/dist/core/{changelog/app.js → app.js} +12 -6
- package/dist/core/app.js.map +1 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/modules/changelog/templateOperations.js +6 -1
- package/dist/modules/changelog/templateOperations.js.map +1 -1
- package/dist/modules/version/VersionManager.js +0 -20
- package/dist/modules/version/VersionManager.js.map +1 -1
- package/dist/templates/defaults/changelog.detailed.ejs +110 -110
- package/dist/templates/defaults/changelog.ejs +67 -67
- package/package.json +63 -64
- package/dist/core/changelog/app.js.map +0 -1
- package/dist/src/cli/types/BranchCliArgs.js +0 -3
- package/dist/src/cli/types/BranchCliArgs.js.map +0 -1
- package/dist/src/cli/types/ChangelogCliArgs.js +0 -3
- package/dist/src/cli/types/ChangelogCliArgs.js.map +0 -1
- package/dist/src/cli/types/CliArgs.js +0 -3
- package/dist/src/cli/types/CliArgs.js.map +0 -1
- package/dist/src/cli/types/VersionCliArgs.js +0 -3
- package/dist/src/cli/types/VersionCliArgs.js.map +0 -1
- package/dist/src/config/configLoader.js +0 -61
- package/dist/src/config/configLoader.js.map +0 -1
- package/dist/src/config/configManager.js +0 -66
- package/dist/src/config/configManager.js.map +0 -1
- package/dist/src/config/constants.js +0 -10
- package/dist/src/config/constants.js.map +0 -1
- package/dist/src/config/defaults/config.json +0 -232
- package/dist/src/config/types/ChannelType.js +0 -3
- package/dist/src/config/types/ChannelType.js.map +0 -1
- package/dist/src/config/types/CommitType.js +0 -3
- package/dist/src/config/types/CommitType.js.map +0 -1
- package/dist/src/config/types/Config.js +0 -3
- package/dist/src/config/types/Config.js.map +0 -1
- package/dist/src/config/types/FileGroups.js +0 -3
- package/dist/src/config/types/FileGroups.js.map +0 -1
- package/dist/src/config/types/LinkType.js +0 -3
- package/dist/src/config/types/LinkType.js.map +0 -1
- package/dist/src/config/types/MentionType.js +0 -3
- package/dist/src/config/types/MentionType.js.map +0 -1
- package/dist/src/config/types/NoteType.js +0 -3
- package/dist/src/config/types/NoteType.js.map +0 -1
- package/dist/src/config/types/Options.js +0 -3
- package/dist/src/config/types/Options.js.map +0 -1
- package/dist/src/core/changelog/app.js +0 -20
- package/dist/src/core/changelog/app.js.map +0 -1
- package/dist/src/index.js +0 -208
- package/dist/src/index.js.map +0 -1
- package/dist/src/modules/changelog/templateOperations.js +0 -142
- package/dist/src/modules/changelog/templateOperations.js.map +0 -1
- package/dist/src/modules/changes/types/ChangeInformation.js +0 -3
- package/dist/src/modules/changes/types/ChangeInformation.js.map +0 -1
- package/dist/src/modules/changes/types/Context.js +0 -3
- package/dist/src/modules/changes/types/Context.js.map +0 -1
- package/dist/src/modules/changes/types/RangeInfo.js +0 -8
- package/dist/src/modules/changes/types/RangeInfo.js.map +0 -1
- package/dist/src/modules/changes/types/RangeSummary.js +0 -3
- package/dist/src/modules/changes/types/RangeSummary.js.map +0 -1
- package/dist/src/modules/changes/types/ReferenceTypesEnum.js +0 -12
- package/dist/src/modules/changes/types/ReferenceTypesEnum.js.map +0 -1
- package/dist/src/modules/git/commits/commitProcessor.js +0 -50
- package/dist/src/modules/git/commits/commitProcessor.js.map +0 -1
- package/dist/src/modules/git/commits/gitLogFetcher.js +0 -27
- package/dist/src/modules/git/commits/gitLogFetcher.js.map +0 -1
- package/dist/src/modules/git/commits/index.js +0 -136
- package/dist/src/modules/git/commits/index.js.map +0 -1
- package/dist/src/modules/git/commits/profileHandler.js +0 -48
- package/dist/src/modules/git/commits/profileHandler.js.map +0 -1
- package/dist/src/modules/git/commits/regexHandlers.js +0 -27
- package/dist/src/modules/git/commits/regexHandlers.js.map +0 -1
- package/dist/src/modules/git/context/branchHandler.js +0 -18
- package/dist/src/modules/git/context/branchHandler.js.map +0 -1
- package/dist/src/modules/git/context/commitHandler.js +0 -29
- package/dist/src/modules/git/context/commitHandler.js.map +0 -1
- package/dist/src/modules/git/context/index.js +0 -26
- package/dist/src/modules/git/context/index.js.map +0 -1
- package/dist/src/modules/git/context/remoteHandler.js +0 -20
- package/dist/src/modules/git/context/remoteHandler.js.map +0 -1
- package/dist/src/modules/git/context/statusHandler.js +0 -16
- package/dist/src/modules/git/context/statusHandler.js.map +0 -1
- package/dist/src/modules/git/context/tagHandler.js +0 -28
- package/dist/src/modules/git/context/tagHandler.js.map +0 -1
- package/dist/src/modules/git/gitOperations.js +0 -56
- package/dist/src/modules/git/gitOperations.js.map +0 -1
- package/dist/src/modules/git/types/Author.js +0 -3
- package/dist/src/modules/git/types/Author.js.map +0 -1
- package/dist/src/modules/git/types/Branch.js +0 -3
- package/dist/src/modules/git/types/Branch.js.map +0 -1
- package/dist/src/modules/git/types/BranchInfo.js +0 -3
- package/dist/src/modules/git/types/BranchInfo.js.map +0 -1
- package/dist/src/modules/git/types/CommitContent.js +0 -3
- package/dist/src/modules/git/types/CommitContent.js.map +0 -1
- package/dist/src/modules/git/types/CommitInfo.js +0 -3
- package/dist/src/modules/git/types/CommitInfo.js.map +0 -1
- package/dist/src/modules/git/types/CommitType.js +0 -3
- package/dist/src/modules/git/types/CommitType.js.map +0 -1
- package/dist/src/modules/git/types/GitCommit.js +0 -3
- package/dist/src/modules/git/types/GitCommit.js.map +0 -1
- package/dist/src/modules/git/types/GitReference.js +0 -3
- package/dist/src/modules/git/types/GitReference.js.map +0 -1
- package/dist/src/modules/git/types/Link.js +0 -3
- package/dist/src/modules/git/types/Link.js.map +0 -1
- package/dist/src/modules/git/types/Mention.js +0 -3
- package/dist/src/modules/git/types/Mention.js.map +0 -1
- package/dist/src/modules/git/types/Note.js +0 -3
- package/dist/src/modules/git/types/Note.js.map +0 -1
- package/dist/src/modules/git/types/RemoteInfo.js +0 -3
- package/dist/src/modules/git/types/RemoteInfo.js.map +0 -1
- package/dist/src/modules/git/types/Repository.js +0 -3
- package/dist/src/modules/git/types/Repository.js.map +0 -1
- package/dist/src/modules/git/types/StatusInfo.js +0 -3
- package/dist/src/modules/git/types/StatusInfo.js.map +0 -1
- package/dist/src/modules/git/types/Tag.js +0 -3
- package/dist/src/modules/git/types/Tag.js.map +0 -1
- package/dist/src/modules/git/types/TagInfo.js +0 -3
- package/dist/src/modules/git/types/TagInfo.js.map +0 -1
- package/dist/src/modules/git/utils/branchUtils.js +0 -54
- package/dist/src/modules/git/utils/branchUtils.js.map +0 -1
- package/dist/src/modules/git/utils/commitUtils.js +0 -48
- package/dist/src/modules/git/utils/commitUtils.js.map +0 -1
- package/dist/src/modules/git/utils/logUtils.js +0 -18
- package/dist/src/modules/git/utils/logUtils.js.map +0 -1
- package/dist/src/modules/git/utils/rangeOperations.js +0 -14
- package/dist/src/modules/git/utils/rangeOperations.js.map +0 -1
- package/dist/src/modules/git/utils/refUtils.js +0 -41
- package/dist/src/modules/git/utils/refUtils.js.map +0 -1
- package/dist/src/modules/git/utils/referenceUtils.js +0 -135
- package/dist/src/modules/git/utils/referenceUtils.js.map +0 -1
- package/dist/src/modules/git/utils/tagUtils.js +0 -55
- package/dist/src/modules/git/utils/tagUtils.js.map +0 -1
- package/dist/src/modules/output/writer.js +0 -46
- package/dist/src/modules/output/writer.js.map +0 -1
- package/dist/src/modules/sections/contributors.js +0 -50
- package/dist/src/modules/sections/contributors.js.map +0 -1
- package/dist/src/modules/sections/grouping.js +0 -64
- package/dist/src/modules/sections/grouping.js.map +0 -1
- package/dist/src/modules/sections/index.js +0 -19
- package/dist/src/modules/sections/index.js.map +0 -1
- package/dist/src/modules/sections/summarizing.js +0 -75
- package/dist/src/modules/sections/summarizing.js.map +0 -1
- package/dist/src/modules/sections/types/Contributor.js +0 -3
- package/dist/src/modules/sections/types/Contributor.js.map +0 -1
- package/dist/src/modules/sections/types/Group.js +0 -3
- package/dist/src/modules/sections/types/Group.js.map +0 -1
- package/dist/src/modules/sections/types/SectionSummary.js +0 -3
- package/dist/src/modules/sections/types/SectionSummary.js.map +0 -1
- package/dist/src/modules/sections/types/Sections.js +0 -3
- package/dist/src/modules/sections/types/Sections.js.map +0 -1
- package/dist/src/templates/constants.js +0 -10
- package/dist/src/templates/constants.js.map +0 -1
- package/dist/src/templates/defaults/changelog.detailed.ejs +0 -111
- package/dist/src/templates/defaults/changelog.ejs +0 -68
- package/dist/src/templates/templateRenderer.js +0 -46
- package/dist/src/templates/templateRenderer.js.map +0 -1
- package/dist/src/templates/templateResolver.js +0 -70
- package/dist/src/templates/templateResolver.js.map +0 -1
- package/dist/src/types/PackageJson.js +0 -3
- package/dist/src/types/PackageJson.js.map +0 -1
- package/dist/src/utils/cmd.js +0 -42
- package/dist/src/utils/cmd.js.map +0 -1
- package/dist/src/utils/date.js +0 -20
- package/dist/src/utils/date.js.map +0 -1
- package/dist/test/config/configLoader/loadConfigFile.test.js +0 -94
- package/dist/test/config/configLoader/loadConfigFile.test.js.map +0 -1
- package/dist/test/config/configManager/readConfig.test.js +0 -124
- package/dist/test/config/configManager/readConfig.test.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
# Git Release Notes Generator
|
|
2
|
-
|
|
3
|
-
A tool to generate release notes from git commit history.
|
|
4
|
-
|
|
5
|
-
## Features
|
|
6
|
-
|
|
7
|
-
- Parse git commit history
|
|
8
|
-
- Generate structured release notes
|
|
9
|
-
- Customizable commit types and formats
|
|
10
|
-
- Support for mentions and links
|
|
11
|
-
- Flexible output formats
|
|
12
|
-
|
|
13
|
-
## Installation
|
|
14
|
-
|
|
15
|
-
```bash
|
|
16
|
-
npm i -g git-release-manager
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
## Usage
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
node src/main.js [options]
|
|
23
|
-
|
|
24
|
-
Options:
|
|
25
|
-
--from <tag> Starting tag
|
|
26
|
-
--to <tag> Ending tag
|
|
27
|
-
--tag <tag> Single tag
|
|
28
|
-
--output <path> Output file path
|
|
29
|
-
--config-file <path> Custom config file path
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
## Configuration
|
|
33
|
-
|
|
34
|
-
Create a custom config file to override default settings:
|
|
35
|
-
|
|
36
|
-
```javascript
|
|
37
|
-
module.exports = {
|
|
38
|
-
commitTypes: [
|
|
39
|
-
{ type: "feat", terms: ["feat", "feature"], title: "Features" }
|
|
40
|
-
],
|
|
41
|
-
linkTypes: [
|
|
42
|
-
{ type: "issue", terms: ["fixes", "resolves"], title: "Issues" }
|
|
43
|
-
],
|
|
44
|
-
mentionTypes: [
|
|
45
|
-
{ type: "reviewer", terms: ["reviewed-by"], title: "Reviewers" }
|
|
46
|
-
]
|
|
47
|
-
};
|
|
1
|
+
# Git Release Notes Generator
|
|
2
|
+
|
|
3
|
+
A tool to generate release notes from git commit history.
|
|
4
|
+
|
|
5
|
+
## Features
|
|
6
|
+
|
|
7
|
+
- Parse git commit history
|
|
8
|
+
- Generate structured release notes
|
|
9
|
+
- Customizable commit types and formats
|
|
10
|
+
- Support for mentions and links
|
|
11
|
+
- Flexible output formats
|
|
12
|
+
|
|
13
|
+
## Installation
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
npm i -g git-release-manager
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## Usage
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
node src/main.js [options]
|
|
23
|
+
|
|
24
|
+
Options:
|
|
25
|
+
--from <tag> Starting tag
|
|
26
|
+
--to <tag> Ending tag
|
|
27
|
+
--tag <tag> Single tag
|
|
28
|
+
--output <path> Output file path
|
|
29
|
+
--config-file <path> Custom config file path
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
## Configuration
|
|
33
|
+
|
|
34
|
+
Create a custom config file to override default settings:
|
|
35
|
+
|
|
36
|
+
```javascript
|
|
37
|
+
module.exports = {
|
|
38
|
+
commitTypes: [
|
|
39
|
+
{ type: "feat", terms: ["feat", "feature"], title: "Features" }
|
|
40
|
+
],
|
|
41
|
+
linkTypes: [
|
|
42
|
+
{ type: "issue", terms: ["fixes", "resolves"], title: "Issues" }
|
|
43
|
+
],
|
|
44
|
+
mentionTypes: [
|
|
45
|
+
{ type: "reviewer", terms: ["reviewed-by"], title: "Reviewers" }
|
|
46
|
+
]
|
|
47
|
+
};
|
|
48
48
|
```
|
|
@@ -1,232 +1,232 @@
|
|
|
1
|
-
{
|
|
2
|
-
"appName": "Git Release Manager",
|
|
3
|
-
"output": "stdout",
|
|
4
|
-
"tag": {
|
|
5
|
-
"format": "^v(\\d+)\\.(\\d+)\\.(\\d+)(?:-([a-zA-Z0-9]+)\\.(\\d+))?$"
|
|
6
|
-
},
|
|
7
|
-
"channels": {
|
|
8
|
-
"dev": {
|
|
9
|
-
"title": "Development",
|
|
10
|
-
"description": "Development channel is for testing new features and bug fixes before they are released to the public.",
|
|
11
|
-
"branch": "dev",
|
|
12
|
-
"prerelease": true
|
|
13
|
-
},
|
|
14
|
-
"alpha": {
|
|
15
|
-
"title": "Alpha",
|
|
16
|
-
"description": "Alpha channel is for testing new features and bug fixes before they are released to the public.",
|
|
17
|
-
"branch": "test",
|
|
18
|
-
"prerelease": true
|
|
19
|
-
},
|
|
20
|
-
"beta": {
|
|
21
|
-
"title": "Beta",
|
|
22
|
-
"description": "Beta channel is for testing new features and bug fixes before they are released to the public.",
|
|
23
|
-
"branch": "test",
|
|
24
|
-
"prerelease": true
|
|
25
|
-
},
|
|
26
|
-
"preview": {
|
|
27
|
-
"title": "Preview",
|
|
28
|
-
"description": "Preview channel is for testing new features and bug fixes before they are released to the public.",
|
|
29
|
-
"branch": "release/*",
|
|
30
|
-
"prerelease": true
|
|
31
|
-
},
|
|
32
|
-
"stable": {
|
|
33
|
-
"title": "Stable",
|
|
34
|
-
"description": "Stable channel is for the final release of new features and bug fixes.",
|
|
35
|
-
"branch": "main",
|
|
36
|
-
"prerelease": false
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
"noteTypes": [
|
|
40
|
-
{
|
|
41
|
-
"sign": "!",
|
|
42
|
-
"type": "breaking-change",
|
|
43
|
-
"terms": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"],
|
|
44
|
-
"title": "⚠️ BREAKING CHANGE",
|
|
45
|
-
"order": 1
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"sign": "-",
|
|
49
|
-
"type": "deprecate",
|
|
50
|
-
"terms": ["DEPRECATE", "DEPRECATION"],
|
|
51
|
-
"title": "📉 DEPRECATE",
|
|
52
|
-
"order": 2
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"sign": "+",
|
|
56
|
-
"type": "new",
|
|
57
|
-
"terms": ["NEW"],
|
|
58
|
-
"title": "🆕 NEW",
|
|
59
|
-
"order": 3
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"sign": "~",
|
|
63
|
-
"type": "change",
|
|
64
|
-
"terms": ["CHANGE", "CHANGES"],
|
|
65
|
-
"title": "🔄 CHANGE",
|
|
66
|
-
"order": 4
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"sign": "*",
|
|
70
|
-
"type": "highlight",
|
|
71
|
-
"terms": ["HIGHLIGHT", "HIGHLIGHTS"],
|
|
72
|
-
"title": "🌟 KEY HIGHLIGHTS",
|
|
73
|
-
"order": 5
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"sign": "?",
|
|
77
|
-
"type": "experimental",
|
|
78
|
-
"terms": ["EXPERIMENTAL"],
|
|
79
|
-
"title": "🔬 EXPERIMENTAL",
|
|
80
|
-
"order": 6
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"sign": "",
|
|
84
|
-
"type": "known-issue",
|
|
85
|
-
"terms": ["KNOWN ISSUE", "KNOWN ISSUES", "ISSUE", "ISSUES"],
|
|
86
|
-
"title": "🐛 KNOWN ISSUES"
|
|
87
|
-
}
|
|
88
|
-
],
|
|
89
|
-
"commitTypes": [
|
|
90
|
-
{
|
|
91
|
-
"type": "feature",
|
|
92
|
-
"terms": ["feat"],
|
|
93
|
-
"title": "✨ New Features & Enhancements",
|
|
94
|
-
"order": 1
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"type": "bug-fix",
|
|
98
|
-
"terms": ["fix"],
|
|
99
|
-
"title": "🐞 Resolved Issues",
|
|
100
|
-
"order": 2
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"type": "documentation",
|
|
104
|
-
"terms": ["docs"],
|
|
105
|
-
"title": "📚 Documentation",
|
|
106
|
-
"order": 3
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"type": "style",
|
|
110
|
-
"terms": ["style"],
|
|
111
|
-
"title": "🎨 Code Style",
|
|
112
|
-
"order": 4
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"type": "refactor",
|
|
116
|
-
"terms": ["refactor"],
|
|
117
|
-
"title": "♻️ Refactoring",
|
|
118
|
-
"order": 5
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"type": "performance",
|
|
122
|
-
"terms": ["perf"],
|
|
123
|
-
"title": "🚀 Performance Improvements",
|
|
124
|
-
"order": 6
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"type": "test",
|
|
128
|
-
"terms": ["test"],
|
|
129
|
-
"title": "🧪 Tests",
|
|
130
|
-
"order": 7
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"type": "ci-cd",
|
|
134
|
-
"terms": ["ci"],
|
|
135
|
-
"title": "🔄 CI/CD",
|
|
136
|
-
"order": 8
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"type": "chore",
|
|
140
|
-
"terms": ["chore"],
|
|
141
|
-
"title": "🔧 Codebase Maintenance and Updates",
|
|
142
|
-
"order": 9
|
|
143
|
-
}
|
|
144
|
-
],
|
|
145
|
-
"linkTypes": [
|
|
146
|
-
{
|
|
147
|
-
"type": "basic",
|
|
148
|
-
"sign": ["#"],
|
|
149
|
-
"title": "Linked to"
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"type": "closed",
|
|
153
|
-
"terms": ["Closes", "Closed"],
|
|
154
|
-
"title": "Closed",
|
|
155
|
-
"order": 1
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"type": "fixed",
|
|
159
|
-
"terms": ["Fixes", "Fixed"],
|
|
160
|
-
"title": "Fixed",
|
|
161
|
-
"order": 2
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"type": "resolved",
|
|
165
|
-
"terms": ["Resolves", "Resolved"],
|
|
166
|
-
"title": "Resolved",
|
|
167
|
-
"order": 3
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"type": "related",
|
|
171
|
-
"terms": ["Related", "Related to"],
|
|
172
|
-
"title": "Related to",
|
|
173
|
-
"order": 4
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"type": "connects",
|
|
177
|
-
"terms": ["Connects", "Connects to"],
|
|
178
|
-
"title": "Connects to",
|
|
179
|
-
"order": 5
|
|
180
|
-
}
|
|
181
|
-
],
|
|
182
|
-
"mentionTypes": [
|
|
183
|
-
{
|
|
184
|
-
"type": "co-authored-by",
|
|
185
|
-
"terms": ["Co-authored-by"],
|
|
186
|
-
"title": "Co-authored-by",
|
|
187
|
-
"order": 1
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"type": "signed-off-by",
|
|
191
|
-
"terms": ["Signed-off-by"],
|
|
192
|
-
"title": "Signed Off By",
|
|
193
|
-
"order": 2
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"type": "acked-by",
|
|
197
|
-
"terms": ["Acked-by"],
|
|
198
|
-
"title": "Acknowledged By",
|
|
199
|
-
"order": 3
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"type": "reviewed-by",
|
|
203
|
-
"terms": ["Reviewed-by"],
|
|
204
|
-
"title": "Reviewed By",
|
|
205
|
-
"order": 4
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"type": "helped-by",
|
|
209
|
-
"terms": ["Helped-by"],
|
|
210
|
-
"title": "Helped By",
|
|
211
|
-
"order": 5
|
|
212
|
-
}
|
|
213
|
-
],
|
|
214
|
-
"fileGroups": {
|
|
215
|
-
"Code": ["src/", "plugins/", "pkg/", "cmake/", "build/", "bin/", "sysmodules/", "modules/"],
|
|
216
|
-
"Docs": ["docs/", ".github/", ".config/", ".vscode/", "README.md", "README.tr.md", "CONTRIBUTING.md", "CODE_OF_CONDUCT.md", "CHANGELOG.md", "release.config.mjs"],
|
|
217
|
-
"Tests": ["tests/", "data/", "cache/", "temp/", "drafts/", "log/"],
|
|
218
|
-
"Configurations": ["config/", ".editorconfig", ".env", ".gitignore", ".gitmodules", ".gitattributes", ".golangci.yml", "Dockerfile", "Makefile", "CMakeLists.txt", "package.json", "package-lock.json", "t.txt"],
|
|
219
|
-
"Assets": ["assets/", "dist/", "templates/"]
|
|
220
|
-
},
|
|
221
|
-
"allowedBranches": ["dev", "test", "release/*", "main"],
|
|
222
|
-
"allowedChannels": ["beta", "rc", "alpha", "stable"],
|
|
223
|
-
"options": {
|
|
224
|
-
"commits": {
|
|
225
|
-
"sort": "date"
|
|
226
|
-
}
|
|
227
|
-
},
|
|
228
|
-
"helpers": {
|
|
229
|
-
"groupBy": "function(array, key, config) { return array.reduce((result, item) => { const groupKey = key.split('.').reduce((acc, part) => acc && acc[part], item); if (!result[groupKey]) { const matchingType = config.commitTypes.find(ct => ct.terms.includes(groupKey)); const typeTitle = matchingType ? matchingType.title : 'Other Changes'; result[groupKey] = { title: typeTitle, items: [] }; } result[groupKey].items.push(item); return result; }, {}); }",
|
|
230
|
-
"groupByNotes": "function(array, config, includeUnmatched = true) { return array.reduce((result, item) => { if (!item.notes || item.notes.length === 0) return result; item.notes.forEach(note => { const groupKey = note.type; const matchingType = config.noteTypes.find(nt => nt.type === groupKey); if (!matchingType && !includeUnmatched) return; if (!result[groupKey]) { const typeTitle = matchingType ? matchingType.title : groupKey; result[groupKey] = { title: typeTitle, items: [] }; } result[groupKey].items.push({ note, commit: item }); }); return result; }, {}); }"
|
|
231
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"appName": "Git Release Manager",
|
|
3
|
+
"output": "stdout",
|
|
4
|
+
"tag": {
|
|
5
|
+
"format": "^v(\\d+)\\.(\\d+)\\.(\\d+)(?:-([a-zA-Z0-9]+)\\.(\\d+))?$"
|
|
6
|
+
},
|
|
7
|
+
"channels": {
|
|
8
|
+
"dev": {
|
|
9
|
+
"title": "Development",
|
|
10
|
+
"description": "Development channel is for testing new features and bug fixes before they are released to the public.",
|
|
11
|
+
"branch": "dev",
|
|
12
|
+
"prerelease": true
|
|
13
|
+
},
|
|
14
|
+
"alpha": {
|
|
15
|
+
"title": "Alpha",
|
|
16
|
+
"description": "Alpha channel is for testing new features and bug fixes before they are released to the public.",
|
|
17
|
+
"branch": "test",
|
|
18
|
+
"prerelease": true
|
|
19
|
+
},
|
|
20
|
+
"beta": {
|
|
21
|
+
"title": "Beta",
|
|
22
|
+
"description": "Beta channel is for testing new features and bug fixes before they are released to the public.",
|
|
23
|
+
"branch": "test",
|
|
24
|
+
"prerelease": true
|
|
25
|
+
},
|
|
26
|
+
"preview": {
|
|
27
|
+
"title": "Preview",
|
|
28
|
+
"description": "Preview channel is for testing new features and bug fixes before they are released to the public.",
|
|
29
|
+
"branch": "release/*",
|
|
30
|
+
"prerelease": true
|
|
31
|
+
},
|
|
32
|
+
"stable": {
|
|
33
|
+
"title": "Stable",
|
|
34
|
+
"description": "Stable channel is for the final release of new features and bug fixes.",
|
|
35
|
+
"branch": "main",
|
|
36
|
+
"prerelease": false
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"noteTypes": [
|
|
40
|
+
{
|
|
41
|
+
"sign": "!",
|
|
42
|
+
"type": "breaking-change",
|
|
43
|
+
"terms": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"],
|
|
44
|
+
"title": "⚠️ BREAKING CHANGE",
|
|
45
|
+
"order": 1
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"sign": "-",
|
|
49
|
+
"type": "deprecate",
|
|
50
|
+
"terms": ["DEPRECATE", "DEPRECATION"],
|
|
51
|
+
"title": "📉 DEPRECATE",
|
|
52
|
+
"order": 2
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"sign": "+",
|
|
56
|
+
"type": "new",
|
|
57
|
+
"terms": ["NEW"],
|
|
58
|
+
"title": "🆕 NEW",
|
|
59
|
+
"order": 3
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"sign": "~",
|
|
63
|
+
"type": "change",
|
|
64
|
+
"terms": ["CHANGE", "CHANGES"],
|
|
65
|
+
"title": "🔄 CHANGE",
|
|
66
|
+
"order": 4
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"sign": "*",
|
|
70
|
+
"type": "highlight",
|
|
71
|
+
"terms": ["HIGHLIGHT", "HIGHLIGHTS"],
|
|
72
|
+
"title": "🌟 KEY HIGHLIGHTS",
|
|
73
|
+
"order": 5
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"sign": "?",
|
|
77
|
+
"type": "experimental",
|
|
78
|
+
"terms": ["EXPERIMENTAL"],
|
|
79
|
+
"title": "🔬 EXPERIMENTAL",
|
|
80
|
+
"order": 6
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"sign": "",
|
|
84
|
+
"type": "known-issue",
|
|
85
|
+
"terms": ["KNOWN ISSUE", "KNOWN ISSUES", "ISSUE", "ISSUES"],
|
|
86
|
+
"title": "🐛 KNOWN ISSUES"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"commitTypes": [
|
|
90
|
+
{
|
|
91
|
+
"type": "feature",
|
|
92
|
+
"terms": ["feat"],
|
|
93
|
+
"title": "✨ New Features & Enhancements",
|
|
94
|
+
"order": 1
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"type": "bug-fix",
|
|
98
|
+
"terms": ["fix"],
|
|
99
|
+
"title": "🐞 Resolved Issues",
|
|
100
|
+
"order": 2
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"type": "documentation",
|
|
104
|
+
"terms": ["docs"],
|
|
105
|
+
"title": "📚 Documentation",
|
|
106
|
+
"order": 3
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"type": "style",
|
|
110
|
+
"terms": ["style"],
|
|
111
|
+
"title": "🎨 Code Style",
|
|
112
|
+
"order": 4
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"type": "refactor",
|
|
116
|
+
"terms": ["refactor"],
|
|
117
|
+
"title": "♻️ Refactoring",
|
|
118
|
+
"order": 5
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"type": "performance",
|
|
122
|
+
"terms": ["perf"],
|
|
123
|
+
"title": "🚀 Performance Improvements",
|
|
124
|
+
"order": 6
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"type": "test",
|
|
128
|
+
"terms": ["test"],
|
|
129
|
+
"title": "🧪 Tests",
|
|
130
|
+
"order": 7
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"type": "ci-cd",
|
|
134
|
+
"terms": ["ci"],
|
|
135
|
+
"title": "🔄 CI/CD",
|
|
136
|
+
"order": 8
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"type": "chore",
|
|
140
|
+
"terms": ["chore"],
|
|
141
|
+
"title": "🔧 Codebase Maintenance and Updates",
|
|
142
|
+
"order": 9
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"linkTypes": [
|
|
146
|
+
{
|
|
147
|
+
"type": "basic",
|
|
148
|
+
"sign": ["#"],
|
|
149
|
+
"title": "Linked to"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"type": "closed",
|
|
153
|
+
"terms": ["Closes", "Closed"],
|
|
154
|
+
"title": "Closed",
|
|
155
|
+
"order": 1
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"type": "fixed",
|
|
159
|
+
"terms": ["Fixes", "Fixed"],
|
|
160
|
+
"title": "Fixed",
|
|
161
|
+
"order": 2
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"type": "resolved",
|
|
165
|
+
"terms": ["Resolves", "Resolved"],
|
|
166
|
+
"title": "Resolved",
|
|
167
|
+
"order": 3
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"type": "related",
|
|
171
|
+
"terms": ["Related", "Related to"],
|
|
172
|
+
"title": "Related to",
|
|
173
|
+
"order": 4
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"type": "connects",
|
|
177
|
+
"terms": ["Connects", "Connects to"],
|
|
178
|
+
"title": "Connects to",
|
|
179
|
+
"order": 5
|
|
180
|
+
}
|
|
181
|
+
],
|
|
182
|
+
"mentionTypes": [
|
|
183
|
+
{
|
|
184
|
+
"type": "co-authored-by",
|
|
185
|
+
"terms": ["Co-authored-by"],
|
|
186
|
+
"title": "Co-authored-by",
|
|
187
|
+
"order": 1
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"type": "signed-off-by",
|
|
191
|
+
"terms": ["Signed-off-by"],
|
|
192
|
+
"title": "Signed Off By",
|
|
193
|
+
"order": 2
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"type": "acked-by",
|
|
197
|
+
"terms": ["Acked-by"],
|
|
198
|
+
"title": "Acknowledged By",
|
|
199
|
+
"order": 3
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"type": "reviewed-by",
|
|
203
|
+
"terms": ["Reviewed-by"],
|
|
204
|
+
"title": "Reviewed By",
|
|
205
|
+
"order": 4
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"type": "helped-by",
|
|
209
|
+
"terms": ["Helped-by"],
|
|
210
|
+
"title": "Helped By",
|
|
211
|
+
"order": 5
|
|
212
|
+
}
|
|
213
|
+
],
|
|
214
|
+
"fileGroups": {
|
|
215
|
+
"Code": ["src/", "plugins/", "pkg/", "cmake/", "build/", "bin/", "sysmodules/", "modules/"],
|
|
216
|
+
"Docs": ["docs/", ".github/", ".config/", ".vscode/", "README.md", "README.tr.md", "CONTRIBUTING.md", "CODE_OF_CONDUCT.md", "CHANGELOG.md", "release.config.mjs"],
|
|
217
|
+
"Tests": ["tests/", "data/", "cache/", "temp/", "drafts/", "log/"],
|
|
218
|
+
"Configurations": ["config/", ".editorconfig", ".env", ".gitignore", ".gitmodules", ".gitattributes", ".golangci.yml", "Dockerfile", "Makefile", "CMakeLists.txt", "package.json", "package-lock.json", "t.txt"],
|
|
219
|
+
"Assets": ["assets/", "dist/", "templates/"]
|
|
220
|
+
},
|
|
221
|
+
"allowedBranches": ["dev", "test", "release/*", "main"],
|
|
222
|
+
"allowedChannels": ["beta", "rc", "alpha", "stable"],
|
|
223
|
+
"options": {
|
|
224
|
+
"commits": {
|
|
225
|
+
"sort": "date"
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
"helpers": {
|
|
229
|
+
"groupBy": "function(array, key, config) { return array.reduce((result, item) => { const groupKey = key.split('.').reduce((acc, part) => acc && acc[part], item); if (!result[groupKey]) { const matchingType = config.commitTypes.find(ct => ct.terms.includes(groupKey)); const typeTitle = matchingType ? matchingType.title : 'Other Changes'; result[groupKey] = { title: typeTitle, items: [] }; } result[groupKey].items.push(item); return result; }, {}); }",
|
|
230
|
+
"groupByNotes": "function(array, config, includeUnmatched = true) { return array.reduce((result, item) => { if (!item.notes || item.notes.length === 0) return result; item.notes.forEach(note => { const groupKey = note.type; const matchingType = config.noteTypes.find(nt => nt.type === groupKey); if (!matchingType && !includeUnmatched) return; if (!result[groupKey]) { const typeTitle = matchingType ? matchingType.title : groupKey; result[groupKey] = { title: typeTitle, items: [] }; } result[groupKey].items.push({ note, commit: item }); }); return result; }, {}); }"
|
|
231
|
+
}
|
|
232
232
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.changelogRun = changelogRun;
|
|
4
4
|
exports.versionRun = versionRun;
|
|
5
5
|
exports.branchRun = branchRun;
|
|
6
|
-
const VersionManager_1 = require("
|
|
7
|
-
const ChangelogValidator_1 = require("
|
|
8
|
-
const configManager_1 = require("
|
|
9
|
-
async function
|
|
6
|
+
const VersionManager_1 = require("../modules/version/VersionManager");
|
|
7
|
+
const ChangelogValidator_1 = require("../modules/changelog/ChangelogValidator");
|
|
8
|
+
const configManager_1 = require("../config/configManager");
|
|
9
|
+
async function changelogRun(options) {
|
|
10
10
|
const validator = new ChangelogValidator_1.ChangelogValidator();
|
|
11
11
|
validator.validateOptions(options);
|
|
12
12
|
if (options.mergeAll === undefined) {
|
|
@@ -16,6 +16,10 @@ async function chnagelogRun(options) {
|
|
|
16
16
|
const config = await (0, configManager_1.readConfig)(options === null || options === void 0 ? void 0 : options.config, options.environment);
|
|
17
17
|
let templatePath = options.template || config.template;
|
|
18
18
|
let outputOpt = options.output || config.output;
|
|
19
|
+
const fileData = await (0, templateOperations_1.renderChangelogTemplate)(templatePath, options, config);
|
|
20
|
+
if (fileData) {
|
|
21
|
+
(0, writer_1.writeOutput)(fileData, outputOpt);
|
|
22
|
+
}
|
|
19
23
|
}
|
|
20
24
|
catch (error) {
|
|
21
25
|
console.error('Error:', error instanceof Error ? error.message : String(error));
|
|
@@ -32,7 +36,9 @@ async function versionRun(options) {
|
|
|
32
36
|
process.exit(1);
|
|
33
37
|
}
|
|
34
38
|
}
|
|
35
|
-
const BranchController_1 = require("
|
|
39
|
+
const BranchController_1 = require("../modules/branch/BranchController");
|
|
40
|
+
const templateOperations_1 = require("../modules/changelog/templateOperations");
|
|
41
|
+
const writer_1 = require("../modules/output/writer");
|
|
36
42
|
async function branchRun(options) {
|
|
37
43
|
const controller = new BranchController_1.BranchController();
|
|
38
44
|
await controller.handleCommand(options);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.js","sourceRoot":"","sources":["../../src/core/app.ts"],"names":[],"mappings":";;AAOA,oCAoBC;AACD,gCASC;AAMD,8BAGC;AA5CD,sEAAkE;AAClE,gFAA4E;AAC5E,2DAAoD;AAG7C,KAAK,UAAU,YAAY,CAAC,OAAyB;IACxD,MAAM,SAAS,GAAG,IAAI,uCAAkB,EAAE,CAAA;IAC1C,SAAS,CAAC,eAAe,CAAC,OAAO,CAAC,CAAA;IAElC,IAAI,OAAO,CAAC,QAAQ,KAAK,SAAS,EAAE,CAAC;QACjC,OAAO,CAAC,QAAQ,GAAG,KAAK,CAAA;IAC5B,CAAC;IACD,IAAI,CAAC;QACD,MAAM,MAAM,GAAG,MAAM,IAAA,0BAAU,EAAC,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,MAAM,EAAE,OAAO,CAAC,WAAW,CAAC,CAAA;QACrE,IAAI,YAAY,GAAG,OAAO,CAAC,QAAQ,IAAI,MAAM,CAAC,QAAQ,CAAA;QACtD,IAAI,SAAS,GAAG,OAAO,CAAC,MAAM,IAAI,MAAM,CAAC,MAAM,CAAA;QAC/C,MAAM,QAAQ,GAAG,MAAM,IAAA,4CAAuB,EAAC,YAAY,EAAE,OAAO,EAAE,MAAM,CAAC,CAAA;QAE7E,IAAI,QAAQ,EAAE,CAAC;YACX,IAAA,oBAAW,EAAC,QAAQ,EAAE,SAAS,CAAC,CAAA;QACpC,CAAC;IACL,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACb,OAAO,CAAC,KAAK,CAAC,QAAQ,EAAE,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAA;QAC/E,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;IACnB,CAAC;AACL,CAAC;AACM,KAAK,UAAU,UAAU,CAAC,OAAuB;IACpD,MAAM,cAAc,GAAG,IAAI,+BAAc,EAAE,CAAA;IAE3C,IAAI,CAAC;QACD,MAAM,cAAc,CAAC,oBAAoB,CAAC,OAAO,CAAC,CAAA;IACtD,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACb,OAAO,CAAC,KAAK,CAAC,QAAQ,EAAE,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAA;QAC/E,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;IACnB,CAAC;AACL,CAAC;AAED,yEAAqE;AACrE,gFAAiF;AACjF,qDAAsD;AAE/C,KAAK,UAAU,SAAS,CAAC,OAAsB;IAClD,MAAM,UAAU,GAAG,IAAI,mCAAgB,EAAE,CAAA;IACzC,MAAM,UAAU,CAAC,aAAa,CAAC,OAAO,CAAC,CAAA;AAC3C,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
const commander_1 = require("commander");
|
|
6
6
|
const fs_1 = require("fs");
|
|
7
7
|
const path_1 = require("path");
|
|
8
|
-
const app_1 = require("./core/
|
|
8
|
+
const app_1 = require("./core/app");
|
|
9
9
|
const packageJson = JSON.parse((0, fs_1.readFileSync)((0, path_1.join)(__dirname, '../package.json'), 'utf8'));
|
|
10
10
|
const program = new commander_1.Command();
|
|
11
11
|
program
|
|
@@ -31,7 +31,7 @@ program
|
|
|
31
31
|
.option('--environment [string]', 'Specific environment to use')
|
|
32
32
|
// .option('--separateFiles [boolean]', 'District changelogs into own files')
|
|
33
33
|
.action(async (options) => {
|
|
34
|
-
await (0, app_1.
|
|
34
|
+
await (0, app_1.changelogRun)(options);
|
|
35
35
|
});
|
|
36
36
|
program
|
|
37
37
|
.command('version')
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AAEA,yCAAmC;AACnC,2BAAiC;AACjC,+BAA2B;AAK3B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|