Skip to content

Commit 5a54ab4

Browse files
committed
README.md updated
1 parent 5fee949 commit 5a54ab4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ spotlessChangelog { // all defaults
173173
commitMessage 'Published release/{{version}}' // {{version}} will be replaced
174174
remote 'origin'
175175
branch 'main'
176+
// default value is false, but if you set it to true, then it will
177+
// disable ssh host key checking (.ssh/known_hosts)
178+
sshDisableStrictHostKeyChecking false
176179
}
177180
178181
// last version parsed from changelog

0 commit comments

Comments
 (0)