Skip to content

Commit

Permalink
chore(README.md): add example for disabled branch verification in kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
Hillkorn committed Aug 25, 2022
1 parent 3aa4e51 commit 7fd812c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ configure<ReleaseExtension> {
ignoredSnapshotDependencies.set(listOf("net.researchgate:gradle-release"))
with(git) {
requireBranch.set("master")
// to disable branch verification: requireBranch.set(null as String?)
}
}
```
Expand Down

0 comments on commit 7fd812c

Please sign in to comment.