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

Working with tags (idea)

Open Janghou opened this issue 13 years ago • 3 comments

Dunno if it's possible tot let git-ftp be triggered by tags instead of branches.

Somehow it feels more logic to roll-out tagged versions to ftp-servers in a production environment: put version 2.0 on FTP.

But it should be optional, because you don't want it for developing.

Janghou avatar Jan 27 '11 11:01 Janghou

I think there's too much risk of a local tag / throwaway tag to really want something automatic.

ezyang avatar Jan 27 '11 16:01 ezyang

Well, the idea is that it should only be triggered by certain (prefixed) tags like ftp-version 1 or, ftp-version 2 and not all tags,

Something like in ftp-data like" ftp-version* instead of branch name.

Janghou avatar Jan 31 '11 11:01 Janghou

I sometimes do git tag 1.0 and at some point or directly after that git ftp -r 1.0, although -r 1.0 is optional, when it is HEAD anyway. Am I getting it right, that you are suggesting to make this a single command?

niklasf avatar Dec 06 '11 14:12 niklasf