pantheon-systems / autotag

Git repository version tagging tool
http://godoc.org/github.com/pantheon-systems/autotag
Apache License 2.0
192 stars 43 forks source link

support main branch by default #51

Closed joemiller closed 2 years ago

joemiller commented 3 years ago

From our readme:

autotag scans the master branch for commits by default. Use -b/--branch to scan a different branch.

It should look for both master and main.

We also need to change this repo to use main instead of master and since autotag's CI uses autotag it might be worthwhile to do these things at the same time.

spheromak commented 2 years ago

fixed in #70