reckon icon indicating copy to clipboard operation
reckon copied to clipboard

Infer a project's version from your Git repository.

Results 17 reckon issues
Sort by recently updated
recently updated
newest added

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 {...

enhancement
help wanted
good first issue

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...