Skip to content

v1.18.5

Compare
Choose a tag to compare
@radoslaw-panuszewski radoslaw-panuszewski released this 19 Aug 06:36
· 38 commits to main since this release
2508725

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

Full Changelog: v1.18.4...v1.18.5