Closed
Description
Description
Commitizen creates only lightweight tags, which are not creating a "create event" in github actions.
Steps to reproduce
https://github.com/commitizen-tools/commitizen/blob/master/commitizen/git.py#L49
Current behavior
A lightweight tag created by commitizen does not lead to a usefull event in github actions.
Desired behavior
Create an annotated tag, e.g. git tag -a <version> -m <version>
. This should be at least a configurable option IMHO.
Environment
- commitizen version: master