develop branch #610
Replies: 3 comments
-
Do you plane to move to continuous integration process with automatic merge into develop branch based on Travis result ? I've also read some interesting things about fast-forwarding in git. Base on that, I think we could avoid squashing commits systematically for the pull request and use |
Beta Was this translation helpful? Give feedback.
-
Yes, I'd like to execute brewtarget_tests as part of the travis builds. If you know how, submit a pull request. I would not like to do any automatic merging for now. But, I would really REALLY like automatic packaging for:
|
Beta Was this translation helpful? Give feedback.
-
About the tests, it looks like you just need to had the test run just after the build as explained here |
Beta Was this translation helpful? Give feedback.
-
@Brewtarget/developers
Over the last few months, we've been moving to the standard git branching model. As one of the final parts of the process, I created and made the 'develop' branch the default branch. All you need to do is treat it exactly the same way we have been treating the 'master' branch. Please base all your new features on it, and create pull requests against it.
On and after the 2.4.0 release this summer, the 'master' branch will be used to track releases only.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions