Skip to content

Commit 93f410a

Browse files
author
Lasim
committed
chore(release): remove writer options from release-it configuration
1 parent 11526c5 commit 93f410a

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.release-it.js

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,7 @@ module.exports = {
3434
{"type": "refactor", "section": "Code Refactoring"},
3535
{"type": "perf", "section": "Performance Improvements"},
3636
{"type": "test", "section": "Tests"}
37-
],
38-
"writerOpts": {
39-
"commitsSort": ["subject", "scope"],
40-
"includeDetails": true,
41-
"ignoreReverted": true,
42-
"issuePrefixes": ["#"],
43-
"filterByAuthor": false
44-
}
37+
]
4538
}
4639
}
47-
};
40+
};

0 commit comments

Comments
 (0)