You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can we include the commiter name/author name in each commit log message?
As I presumed, changing the log format in the .release-it.js doesn't reflect any changes
git: {
changelog: 'git log --pretty=format:\"* s (%h) by %an\" ${from}...${to}',
requireCleanWorkingDir: false
requireCommits: false,
....
....
The text was updated successfully, but these errors were encountered:
How can we include the commiter name/author name in each commit log message?
As I presumed, changing the log format in the
.release-it.js
doesn't reflect any changesThe text was updated successfully, but these errors were encountered: