-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy path.versionrc
More file actions
38 lines (38 loc) · 808 Bytes
/
.versionrc
File metadata and controls
38 lines (38 loc) · 808 Bytes
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
{
"//": "Configuration for https://github.com/absolute-version/commit-and-tag-version",
"releaseAs": null,
"prerelease": null,
"preset": "conventionalcommits",
"header": "# Changelog\n\n",
"issuePrefixes": [
"AB#"
],
"issueUrlFormat": "https://dev.azure.com/blackbaud/Products/_workitems/edit/{{id}}",
"releaseCommitMessageFormat": "chore: release {{currentTag}}",
"scripts": {
"prebump": "npx skyux-dev release-version"
},
"skip": {
"commit": true,
"tag": true
},
"tagPrefix": "",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "deprecation",
"section": "Deprecations"
},
{
"type": "revert",
"section": "Reverts"
}
]
}