v1.18.5
radoslaw-panuszewski
released this
19 Aug 06:36
·
39 commits
to main
since this release
What's Changed
Changed
Introducing fallbackPrefixes
that can be used to migrate from one tag prefix to another.
Usage:
scmVersion {
tag {
prefix.set("new-prefix-")
fallbackPrefixes.set(listOf("old-prefix-"))
}
}
Implement support for fallback tag prefixes by @radoslaw-panuszewski in #793
Dependency updates
- Bump com.github.mwiede:jsch from 0.2.18 to 0.2.19 by @dependabot in #792
Full Changelog: v1.18.4...v1.18.5