Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working with tags (idea) #19

Open
Janghou opened this issue Jan 27, 2011 · 3 comments
Open

Working with tags (idea) #19

Janghou opened this issue Jan 27, 2011 · 3 comments

Comments

@Janghou
Copy link

Janghou commented Jan 27, 2011

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.

@ezyang
Copy link
Owner

ezyang commented Jan 27, 2011

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

@Janghou
Copy link
Author

Janghou commented Jan 31, 2011

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.

@niklasf
Copy link
Contributor

niklasf commented Dec 6, 2011

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants