-
Notifications
You must be signed in to change notification settings - Fork 28
Share session accross Ably clients #134
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
I still can't merge, I see this message:
|
OK, sorry, I wasn't paying enough attention. PRs need to be made against @jdavid I've updated the branch protection so that you can push to master, and I've updated master for this release. I'm closing this PR now. |
Okay, in issue #133 @mattheworiordan asked me to make a minor v1.0.2 release, but now I understand the next release will be v1.1.0 In general this procedure as is doesn't allow to have an stable branch with minor bug fix releases, and a development branch for future major releases. O am I missing something? |
If we're maintaining a branch for 1.0.x releases, then create a branch Is there anything now in |
Okay, there was already a However, if With the merge (fast-forward actually) from develop to master you did earlier, now the master branch contains the push and idempotent stuff, what will become v1.1 if I did not miss something. |
Here's some notes from the process we use internally. The distinction between Ruby has not been updated to use this model, but most of the other library repos are. Process detail: branchesBranches are created and named as follows.
|
@paddybyers can we add details on the branching strategy we follow to our docs repo, which already includes lots of documentation for our client lib developers? The Wiki docs we have are private and not suitable? I'll raise an issue. |
Fixes #133