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

Stable branch ? #8414

Closed
solracsf opened this issue Jul 23, 2015 · 1 comment
Closed

Stable branch ? #8414

solracsf opened this issue Jul 23, 2015 · 1 comment
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@solracsf
Copy link

When deploying from git we deploy master branch which is not suitable for production for many reasons.

Wouldn't it be production friendly to have a stable branch from where we could pull from for production environments ?

@tsteur
Copy link
Member

tsteur commented Jul 24, 2015

See the FAQ article we do not recommend to deploy from git, especially not in production. Therefore, I reckon, we won't add a stable branch to make it more production friendly.

We always tag a new stable version when there's a new release but the name obviously always changes (as the name is the version number) and isn't stable. You could write a little script to read the latest tag automatically. Eg Git 2.0 supports something like git tag --sort=version. If you do, feel free to share it by adding a comment and we can put it in the FAQ entry.

@tsteur tsteur added the answered For when a question was asked and we referred to forum or answered it. label Jul 24, 2015
@tsteur tsteur closed this as completed Jul 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

2 participants