-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.versionrc
28 lines (28 loc) · 1.29 KB
/
.versionrc
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
{
"header": "<div align=\"center\"><h1>📝 CHANGELOG</h1><p>All changes of this package will be documented in this file.</p></div>\n\n---\n",
"path": "./",
"releaseCommitMessageFormat": "ci(release): bumped version to {{currentTag}}",
"types": [
{"type": "feat", "section": "✨ Features", "hidden": false},
{"type": "fix", "section": "\uD83D\uDC1B Bug Fixes", "hidden": false},
{"type": "chore", "section": "👨💻 Chores", "hidden": false},
{"type": "docs", "section": "\uD83D\uDCDD Docs", "hidden": false},
{"type": "refactor", "section": "♻️Refactors", "hidden": false},
{"type": "test", "section": "🧪 Tests", "hidden": true},
{"type": "build", "section": "🛠 Build", "hidden": true},
{"type": "perf", "hidden": true},
{"type": "style", "hidden": true},
{"type": "ci", "hidden": true},
{"type": "revert", "hidden": true}
],
"commitUrlFormat": "https://github.com/rudemex/nestjs-package-starter/commit/{{hash}}",
"compareUrlFormat": "https://github.com/rudemex/nestjs-package-starter/compare/{{previousTag}}...{{currentTag}}",
"issuePrefixes": ["#"],
"issueUrlFormat": "https://github.com/rudemex/nestjs-package-starter/issues/{{id}}",
"issuePrefixes": ["#"],
"skip": {
"bump": false,
"commit": false,
"tag": false
}
}