Git based releases

Christian Stimming christian at cstimming.de
Sat May 18 16:16:30 EDT 2013


Am Freitag, 17. Mai 2013, 13:37:18 schrieb Geert Janssens:
> With these changes committed I have updated the Release Process wiki page
> (1). It now has instructions on how to release based on a git repo. 

Thanks for more git work here and the updated instructions.

Those are all fine. I have one minor questions about the tagging in git: You 
write the git command is 

> git tag "Tag 2.3.10"

but shouldn't it be

> git tag 2.3.10 -m"Tag 2.3.10"

i.e. the tag's name itself is just the version number?

Regards,

Christian


More information about the gnucash-devel mailing list