Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarsikov committed Aug 19, 2024
1 parent 217e181 commit 3a34473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ kewtVersioning.configuration {
remoteName = "origin" // default
userName = "\${GITHUB_USER_NAME}" // default
password = "\${GITHUB_PASSWORD}" // default
versioning = SEMANTIC // default, can be INCREMENTAL
branches {
clear()
add {
Expand Down Expand Up @@ -89,8 +90,7 @@ import com.github.mfarsikov.kewt.versioning.plugin.Incrementer
kewtVersioning.groovyConfigurationDsl {
gitPath = project.rootDir // default
prefix = 'v' // default
separator = '-' // default
prefix = 'v-' // default
remoteName = 'origin' // default
userName = '${GITHUB_USER_NAME}' // default
password = '${GITHUB_PASSWORD}' // default
Expand Down

0 comments on commit 3a34473

Please sign in to comment.