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
In order to follow conventional git commits[1], could we have an input to specify a commit-message prefix, ie "fix: ". It would also be great to prefix the PR description with the same prefix.
# If set, Scala Steward will use this message template for the commit messages and PR titles.# Supported variables: ${artifactName}, ${currentVersion}, ${nextVersion} and ${default}# Default: "${default}" which is equivalent to "Update ${artifactName} to ${nextVersion}"commits.message = "Update ${artifactName} from ${currentVersion} to ${nextVersion}"
In order to follow conventional git commits[1], could we have an input to specify a commit-message prefix, ie "fix: ". It would also be great to prefix the PR description with the same prefix.
1 - https://www.conventionalcommits.org/en/v1.0.0/
The text was updated successfully, but these errors were encountered: