Skip to content

Commit bb7965a

Browse files
committed
fix: test
1 parent 066729c commit bb7965a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

release.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@ module.exports = {
2020
{
2121
writerOpts: {
2222
// headerPartial: 'DUDE!',
23-
transform: (commit, context) => {
23+
finalizeContext: (context, options, commits, keyCommit) => {
2424
context.title = 'YEUUUUUH';
2525
return context;
2626
},
27+
// transform: (commit, context) => {
28+
// context.title = 'YEUUUUUH';
29+
// return context;
30+
// },
2731
},
2832
},
2933
],

0 commit comments

Comments
 (0)