Skip to content

Commit

Permalink
fix(release): update version to match snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus authored Feb 22, 2022
1 parent d3b98d3 commit 63e6239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (config.branches.some(it => it === branch || (it.name === branch && it.prerel
{
"files": ["gradle.properties"],
"from": "version = .*",
"to": "version = ${nextRelease.version.replace(\"/-SNAPSHOT\\.\\d+$/\", \"-SNAPSHOT\")}",
"to": (matched) => "version = " + $nextRelease.version.replace("/-SNAPSHOT\.\d+$/", "-SNAPSHOT"),
"countMatches": true
}
]
Expand Down

0 comments on commit 63e6239

Please sign in to comment.