chore: use annotated tags #43
Annotations
1 error
release
Error: Command failed with exit code 2: [[ $(git tag -l) =~ (^|[[:space:]])"v1.0.1"($|[[:space:]]) ]] && git tag -d "v1.0.1" && git tag -a -f v1.0.1 --cleanup=whitespace -m '## [1.0.1](https://github.com/msclock/cmake-modules/compare/v1.0.0...v1.0.1) (2023-10-12)
### Style
* improve comments for readability ([501604a](https://github.com/msclock/cmake-modules/commit/501604a094eeac4ae9bd7ddf95ee0057eea326fb))
### Chores
* use annotated tags ([40f4057](https://github.com/msclock/cmake-modules/commit/40f4057077c954b4c7171cf0122fb71514ea31f0))
### CI
* add release needs jobs ([8ebebcb](https://github.com/msclock/cmake-modules/commit/8ebebcb0d320ee352413d77e108bb07958600ea9))
' && git push --force origin v1.0.1
/bin/sh: 1: Syntax error: "(" unexpected
|