jmongard / Git.SemVersioning.Gradle

Gradle plugin for automatically versioning a project using semantic versioning and conventional commits with change log support based on git commit messages.
https://plugins.gradle.org/plugin/com.github.jmongard.git-semver-plugin
Apache License 2.0
38 stars 4 forks source link

Latest Published Version Mismatch #47

Closed EverettZ closed 5 months ago

EverettZ commented 6 months ago

The latest release version, 0.11.0, doesnt appear to be published to https://plugins.gradle.org/m2/ despite the gradle site desplaying it as latest.

https://plugins.gradle.org/m2/gradle/plugin/com/github/jmongard/git-semver-plugin/git-semver-plugin/

jmongard commented 6 months ago

Version 0.11.0 is located here: https://plugins.gradle.org/m2/com/github/jmongard/git-semver-plugin/

The change of location was caused by an update to the gradle plugin publish plugin where the default location were changed.