ajoberstar / reckon

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

guide how to work with feature-branch, built on CI in multi developer mode #125

Closed daggerok closed 4 years ago

daggerok commented 4 years ago

Hello,

I have a question if there are specific flow when you working in team + CI + feature branches. What I notice is even if you have fetch all updates from remote, but using non master branch, reckon plugin showing incorrect versions. Seems like it's always starts from beginning of the history of current branch and doesn't looking on all tags available at the moment in a repo...

fir instance I have created new feature branch from my master which is 1.0.1. But on Travis CI reckon plugin showing me next patch version 0.0.2 / 0.0.3


Regards,

daggerok commented 4 years ago

seems like it was wrongly configured CI. closing...