This no longer will put tags in the "commit" field, instead has a new optional field. It can only fill the tag field if the user tells it about the tag via ::<tag>.
Unfortunately, if you check out a tag, it detaches HEAD and there isn't a super robust way to figure out which tag you checked out.
Each commit is separate
This no longer will put
tags
in the "commit" field, instead has a new optional field. It can only fill the tag field if the user tells it about the tag via::<tag>
.Unfortunately, if you check out a tag, it detaches HEAD and there isn't a super robust way to figure out which tag you checked out.