Skip to content

Commit

Permalink
Add axion-release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
platan committed Mar 28, 2023
1 parent 1da0212 commit 204b601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ scmVersion {
"fileUpdate",
mapOf(
"file" to "README.md",
"pattern" to KotlinClosure2<String, HookContext, String>({ previousVersion, _ -> "version $previousVersion" }),
"replacement" to KotlinClosure2<String, HookContext, String>({ releaseVersion, _ -> "version $releaseVersion" }),
"pattern" to KotlinClosure2<String, HookContext, String>({ previousVersion, _ -> "version \"$previousVersion\"" }),
"replacement" to KotlinClosure2<String, HookContext, String>({ releaseVersion, _ -> "version \"$releaseVersion\"" }),
),
)
// pre("commit")
Expand Down

0 comments on commit 204b601

Please sign in to comment.