restechnica / semverbot

A CLI which automates semver versioning.
Mozilla Public License 2.0
136 stars 7 forks source link

sbot update version is incomplete #24

Closed shiouen closed 2 years ago

shiouen commented 2 years ago

Versions are not detected correctly in pipelines. Upon further investigation the sbot update version only run git fetch --unshallow, while it also needs git fetch --tags.

A solution would be to also include git fetch --tags.