Skip to content

Commit 36c3c21

Browse files
committed
chore(versionrc): add standard version to release
1 parent 6d063e6 commit 36c3c21

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.versionrc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"path": "./",
44
"releaseCommitMessageFormat": "ci(release): bumped version to {{currentTag}}",
55
"types": [
6-
{"type": "feat", "section": "✨ Features"},
7-
{"type": "fix", "section": "\uD83D\uDC1B Bug Fixes"},
6+
{"type": "feat", "section": "✨ Features", "hidden": false},
7+
{"type": "fix", "section": "\uD83D\uDC1B Bug Fixes", "hidden": false},
88
{"type": "chore", "section": "👨‍💻 Chores", "hidden": false},
99
{"type": "docs", "section": "\uD83D\uDCDD Docs", "hidden": false},
1010
{"type": "refactor", "section": "♻️Refactors", "hidden": false},
@@ -15,6 +15,10 @@
1515
{"type": "ci", "hidden": true},
1616
{"type": "revert", "hidden": true}
1717
],
18+
"commitUrlFormat": "https://github.com/rudemex/nestjs-package-starter/commit/{{hash}}",
19+
"compareUrlFormat": "https://github.com/rudemex/nestjs-package-starter/compare/{{previousTag}}...{{currentTag}}",
20+
"issuePrefixes": ["#"],
21+
"issueUrlFormat": "https://github.com/rudemex/nestjs-package-starter/issues/{{id}}",
1822
"issuePrefixes": ["#"],
1923
"skip": {
2024
"bump": false,

0 commit comments

Comments
 (0)