What does it to do with branch v0.10, the new default branch?
Opened this issue · 2 comments
hailiang-wang commented
Just know the default branch is v0.10, with the latest code for production?
And the main
branch, what is main branch used for?
If I am going to commit some updates for productions, which branch should I commit with?
hailiang-wang commented
I realize I can push directly into branch 0.10 currently, which is very nice.
huan commented
v1.0 branch is a workaround for using wechaty v0.x.
Main branch will be used for waiting the osschat with wechaty v1.x compatible.
The current blockers are:
- PadLocal need to be upgrade to support Wechaty Puppet API v1.x
- HAWechaty need tO be upgrade to support message send/receive with plugin (message de-duplicate required)
After the above two main blockers have resolved, then we will switch the default branch back to main.