-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitcclog_github.json
More file actions
16 lines (16 loc) · 1.29 KB
/
gitcclog_github.json
File metadata and controls
16 lines (16 loc) · 1.29 KB
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://github.com/opokatech/gitcclog/compare/{{previousTag}}...{{currentTag}}",
"commitUrlFormat": "https://github.com/opokatech/gitcclog/commit/{{hash}}",
"issueUrlFormat": "https://github.com/opokatech/gitcclog/issues/{{id}}",
"help": {
"tagPrefix": "Optional. Prefix for all tags, e.g. 'v' results in 'v1.0.0'. Only tags with given prefix are recognized. Can be omitted or set to '' for no prefix.",
"initialNonPrefixedVersion": "Required. Initial version number if no version tag is found. The prefix will be added to it.",
"changelogFile": "Required. File to write the changelog to. Set to '' to skip changelog generation (note: --real-run will also skip commit and tag when empty).",
"compareUrlFormat": "Optional. URL to compare two versions. Use {{previousTag}} and {{currentTag}} as placeholders. Can be omitted or set to '' to disable comparison links.",
"commitUrlFormat": "Optional. URL to a commit. Use {{hash}} as placeholder. Can be omitted or set to '' to disable commit links.",
"issueUrlFormat": "Optional. URL to an issue. Use {{id}} as placeholder. Can be omitted or set to '' to disable issue links."
}
}