There was an error while loading. Please reload this page.
1 parent effded8 commit 5ca03e1Copy full SHA for 5ca03e1
1 file changed
changelog.config.ts
@@ -0,0 +1,8 @@
1
+import type { ChangelogConfig } from "changelogen";
2
+
3
+export default {
4
+ output: false,
5
+ types: {
6
+ presets: { title: "Preset Changes", semver: "patch" },
7
+ },
8
+} satisfies Partial<ChangelogConfig>;
0 commit comments