|
3 | 3 | "path": "./",
|
4 | 4 | "releaseCommitMessageFormat": "ci(release): bumped version to {{currentTag}}",
|
5 | 5 | "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}, |
8 | 8 | {"type": "chore", "section": "👨💻 Chores", "hidden": false},
|
9 | 9 | {"type": "docs", "section": "\uD83D\uDCDD Docs", "hidden": false},
|
10 | 10 | {"type": "refactor", "section": "♻️Refactors", "hidden": false},
|
|
15 | 15 | {"type": "ci", "hidden": true},
|
16 | 16 | {"type": "revert", "hidden": true}
|
17 | 17 | ],
|
| 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}}", |
18 | 22 | "issuePrefixes": ["#"],
|
19 | 23 | "skip": {
|
20 | 24 | "bump": false,
|
|
0 commit comments