from which I assume only 2.0.0 should be considered for version inferring but the inferred version is
0.1.0-dev.0.347+20190123T150126Z
My settings are:
plugins {
id 'org.ajoberstar.grgit' version '3.0.0'
id 'org.ajoberstar.reckon' version '0.9.0'
}
apply plugin: 'org.ajoberstar.grgit'
reckon {
scopeFromProp()
stageFromProp('dev', 'final')
}
I have only 4 tags:
from which I assume only 2.0.0 should be considered for version inferring but the inferred version is
My settings are:
May I ask you to look what am I doing wrong?