Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

Versions don't appear to increment at all #28

Description

@TimothyJones

No matter what I do, I can't seem to get the versions to increment. Perhaps I am using the plugin wrong?

Here's a simple way to replicate it:

git clone git@github.com:tschulte/gradle-semantic-release-plugin.git

cd gradle-semantic-release-plugin
git checkout -b semver
./gradlew

(at this point, the inferred version should be something like 1.3.2-semver-SNAPSHOT)

touch somefile
git add -A 
git commit -m "feat: illustrate the problem"
./gradlew

observe that the version is still 1.3.2-semver-SNAPSHOT, but I think it should be 1.3.3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions