Skip to content

Commit 32ba0cd

Browse files
committed
fix: add sprint to title
1 parent 0a58007 commit 32ba0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
writerOpts: {
2222
// headerPartial: 'DUDE!',
2323
finalizeContext: (context, options, commits, keyCommit) => {
24-
context.title = 'YEUUUUUH';
24+
context.title = 'Sprint 31';
2525
return context;
2626
},
2727
// transform: (commit, context) => {

0 commit comments

Comments
 (0)