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

Check origin prior to release #108

Open
gnat42 opened this issue May 13, 2016 · 3 comments
Open

Check origin prior to release #108

gnat42 opened this issue May 13, 2016 · 3 comments

Comments

@gnat42
Copy link

gnat42 commented May 13, 2016

So I just went to release a version of a bundle/project that we don't often have to change anything. In any case we didn't git pull prior to making a release. Then the release failed. It would be useful to do a git fetch to ensure whatever branch we're on is updated prior to committing / modifying the changelog or other post release functions.

@ppetermann
Copy link
Contributor

I can see where you are coming from, but a fetch can be rather large and not intended.
How do you imagine the process to look like?

@gnat42
Copy link
Author

gnat42 commented May 13, 2016

Well I haven't looked at it deeply but I imagine it would be an optional/configurable pre-release check.

It could basically do a git fetch origin and then ensure that whatever branch we're on isn't behind the origin of that branch.

@jeanmonod
Copy link
Member

I got same issue several times, so yes, it could be a nice addition. Pull request welcome if you implement such pre-requisite...

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