Skip to content

Commit 68bdbc8

Browse files
author
Lasim
committed
fix: add newline to commitPartial format for better readability
1 parent 6c89b70 commit 68bdbc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/backend/.release-it.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = {
4444

4545
return newCommit;
4646
},
47-
"commitPartial": "* {{subject}} ([{{shortHash}}](https://github.com/deploystackio/deploystack/commit/{{hash}}))"
47+
"commitPartial": "* {{subject}} ([{{shortHash}}](https://github.com/deploystackio/deploystack/commit/{{hash}}))\n"
4848
}
4949
}
5050
}

services/frontend/.release-it.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = {
4646

4747
return newCommit;
4848
},
49-
"commitPartial": "* {{subject}} ([{{shortHash}}](https://github.com/deploystackio/deploystack/commit/{{hash}}))"
49+
"commitPartial": "* {{subject}} ([{{shortHash}}](https://github.com/deploystackio/deploystack/commit/{{hash}}))\n"
5050
}
5151
}
5252
}

0 commit comments

Comments
 (0)