aleksandr-m / gitflow-maven-plugin

The Git-Flow Maven Plugin supports various Git workflows, including GitFlow and GitHub Flow. This plugin runs Git and Maven commands from the command line.
https://aleksandr-m.github.io/gitflow-maven-plugin/
Apache License 2.0
490 stars 182 forks source link

use annotated tags with release #259

Closed mzatko closed 3 years ago

mzatko commented 3 years ago

regarding git guide and best practices annotated tags should be used with release and only annotated tags should be pushed to remote repos

aleksandr-m commented 3 years ago

@mzatko Plugin already creates annotated tags.

https://github.com/aleksandr-m/gitflow-maven-plugin/blob/af7a8a1e3d87bad2d1aa6a5ccf05d9443aaaeedb/src/main/java/com/amashchenko/maven/plugin/gitflow/AbstractGitFlowMojo.java#L783-L796

mzatko commented 3 years ago

I see, my fault then.