git-deliver icon indicating copy to clipboard operation
git-deliver copied to clipboard

Add configuration options

Open arnoo opened this issue 12 years ago • 5 comments

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 ?

arnoo avatar May 24 '13 07:05 arnoo

It would be cool if git-deliver had an option to autoincrement the project tag version and send it

thelinuxlich avatar Apr 16 '14 15:04 thelinuxlich

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.

arnoo avatar Apr 16 '14 15:04 arnoo

the user could save a file containing the initial increment on the project root

thelinuxlich avatar Apr 16 '14 15:04 thelinuxlich

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.

arnoo avatar Apr 16 '14 16:04 arnoo

You're totally right!

thelinuxlich avatar Apr 22 '14 15:04 thelinuxlich