git-deliver
git-deliver copied to clipboard
Add configuration options
We could use some possibilities for configuration : auto-push the delivery tag (and to where), don't open the editor with the delivery log, etc.
This should probably be in the form of a "deliver" section in the git configuration files ?
It would be cool if git-deliver had an option to autoincrement the project tag version and send it
Incrementing a version number automatically sounds difficult. how would we know the increment to apply ?Le 16 avr. 2014 17:08, Alisson Cavalcante Agiani [email protected] a écrit : It would be cool if git-deliver had an option to autoincrement the project tag version and send it
—Reply to this email directly or view it on GitHub.
the user could save a file containing the initial increment on the project root
Yes but show do we know for each delivery how yo increment ? Is it a minor or major version ? Is it a new version at all ?Thinking of it, git-deliver is not concerned about versions, it only délivers them. A delivery says nothing about changes.Le 16 avr. 2014 17:34, Alisson Cavalcante Agiani [email protected] a écrit : the user could save a file containing the initial increment on the project root
—Reply to this email directly or view it on GitHub.
You're totally right!