Hi. I'm reading through various docs for publishing gradle artifacts to nexus (e.g.
this one) and it looks like the right thing to use is
https://github.com/gradle-nexus/publish-plugin.
However, there is no mention of anything related to versioning and SCM version-incrementation. Coming from the maven world, I'm used to a release cycle where there's a snapshot-version incremented and snapshot-ed with the SCM. How is this kind of release-tagging done with Kotlin/Gradle ?