cargo-release
cargo-release copied to clipboard
Support git tag "--edit" option
In our use-case, we want to add the changelog manually as the tag message, we can easily do it by adding git tag
--edit support.
Thanks @zazabe for this patch! The first idea about this was if we offer a tag edit option, why not also add commit message editing? It will be more consistency in terms of customization.
I'm not convinced interactive editing of tags and commits should be in the config. Could you open an issue for us to better explore the requirements for this and how it fits within cargo-release?