We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2baa44 commit 270b333Copy full SHA for 270b333
1 file changed
main.go
@@ -40,7 +40,8 @@ func main() {
40
41
fmt.Printf("commit title type used: %s\n", titleType)
42
fmt.Printf("commit title scope used: %s\n", titleScope)
43
- fmt.Printf("commit title message used: %s\n", titleMessage)
+ fmt.Printf("commit title message used: %s\n\n", titleMessage)
44
+ fmt.Printf("the commit message adheres to the configured standard")
45
}
46
47
func fetchTitle(githubEventPath string) string {
0 commit comments