ajoberstar / reckon

Infer a project's version from your Git repository.
Apache License 2.0
184 stars 28 forks source link

Forcing tag even with an unclean repo #166

Closed djechelon closed 2 years ago

djechelon commented 2 years ago

I understand that it is a tremendously bad idea, but I am currently fighting with a potential bug in Azure DevOps Gradle Task

Basically, whenever Azure DevOps runs Gradle, for reasons unkown to me it will overwrite the gradlew script.

I would like to ask for a feature, namely a closure or -P expression, that allows reckon to go ahead with tagging even if the repository is dirty.

That is generally a bad idea, I am aware of the normal risks. It's just a porkaround

ajoberstar commented 2 years ago

Looking at the upstream issue you linked, it appears you've resolved the concern. Given that, I'll close this out.