开发者

What are the best practices for Kiln repositories?

开发者 https://www.devze.com 2022-12-19 11:07 出处:网络
I noticed in this image from the Kiln site that the repositories are named stable, qa and devel. Is there any reasoning behind this? Or i开发者_Python百科s there a better/different way that\'s more ac

I noticed in this image from the Kiln site that the repositories are named stable, qa and devel. Is there any reasoning behind this? Or i开发者_Python百科s there a better/different way that's more accepted?


Have a read of this post on the Kiln StackExchange site which explains why they use stable and devel. It also suggests other ways of structuring your repositories.

We keep a devel and stable repository. New features go into devel and eventually get merged forward to stable, while bug fixes go into stable and get merged back into devel.

0

精彩评论

暂无评论...
验证码 换一张
取 消