-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitcclog.json
More file actions
16 lines (16 loc) · 1022 Bytes
/
gitcclog.json
File metadata and controls
16 lines (16 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"tagPrefix": "",
"initialNonPrefixedVersion": "0.1.0",
"changelogFile": "CHANGELOG.md",
"compareUrlFormat": "https://some-provider/git/branchCompare?baseVersion=GT{{previousTag}}&targetVersion=GT{{currentTag}}",
"commitUrlFormat": "https://some-provider/git/MPController/commit/{{hash}}",
"issueUrlFormat": "https://some-provider/issue/{{id}}",
"help": {
"tagPrefix": "Prefix to be used for all tags, e.g. 'v' results in 'v1.0.0'. Only tags with given prefix are recognized.",
"initialNonPrefixedVersion": "Initial version number if no version tag is found. The prefix will be added to it.",
"changelogFile": "File to write the changelog to. Leave empty if you don't want to write a changelog.",
"compareUrlFormat": "URL to compare two versions. Use {{previousTag}} and {{currentTag}} as placeholders.",
"commitUrlFormat": "URL to a commit. Use {{hash}} as placeholder.",
"issueUrlFormat": "URL to an issue. Use {{id}} as placeholder."
}
}