In the Git repository, there is the master branch, and a few other versioned branches, like a branch named 1.0.0. Wouldn't it be better to use a tag instead of a branch? Will new versions be from the master or from 1.0.0? - Adam