## Description Tags are mssing in generated tags ## Steps to reproduce ```bash git clone https://github.com/Trim21/transmission-rpc.git cd transmission-rpc pip install -U commitizen cz changelog git tag -l ``` ## Current behavior annotated tags like `v3.2.2` and `v3.2.1` are missing from changelog ## Desired behavior generate a changelog with all kind of tags ## Environment <!-- cz version python --version python3 -c "import platform; print(platform.system())" --> - commitizen version: 2.17.4 - python version: 3.8.9 - operating system: Windows