reckon
reckon copied to clipboard
Infer a project's version from your Git repository.
I think `ReckonExtension.setDefaultInferredScope/1` could be overloaded to accept `org.ajoberstar.reckon.core.Scope` as well — unless this one is not supposed to be used somehow. I'm currently using it like: ```groovy reckon {...
Identify if there's a way to update the version scheme to include the branch name. The ideal would be to allow someone to get the latest version from a specific...
Hi, There are a few files in our repositories that we want to be ignored when they are changed, without the need to create a new released version. For example...
Why? I am using Azure DevOps Pipelines, and one of my dirty tasks is to identify the artifact version to be used in the next stages, **especially** when the artifact...
When trying to release a significant version and have a dirty repo, you get an exception, which explains this, but doesn't say what files are in an unclean state. Should...
I use Asciidoctor to build my documentation, which is convenient because I can simply pass in the version number as an attribute to my documentation. However, I'd like a way...
Gradle's module metadata provides an opportunity to send some of the SemVer semantics out with the published metadata. This could make it easier for consumers of libraries that use reckon...
Below is the TBD strategy & we are trying to use reckon for artifact versioning. Facing the issue while publishing the artifact. Error is, > Scope between bases 1.0.0 and...
We have been using Reckon as our automated versioning system for a while without issues. We use Reckon in our bitbucket pipeline to create tags based on the branch that...