osschat icon indicating copy to clipboard operation
osschat copied to clipboard

What does it to do with branch v0.10, the new default branch?

Open hailiang-wang opened this issue 2 years ago • 2 comments

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 avatar Nov 12 '21 01:11 hailiang-wang

I realize I can push directly into branch 0.10 currently, which is very nice.

hailiang-wang avatar Nov 12 '21 01:11 hailiang-wang

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:

  1. PadLocal need to be upgrade to support Wechaty Puppet API v1.x
  2. 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.

huan avatar Nov 12 '21 01:11 huan