Update workflow according to new branch strategy #269
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
According to new requirements, the SDK needs to publish versions with prefixes v1.1.x and v1.2.x. Therefore, the workflow needs to be adjusted accordingly.
Branch Strategy
Stable Branch
v1.1
- stable changes for Protocol V1.1main
- stable changes for Protocol V1.2Development branches
dev_v1.1
- checked out new branch fromv1.1
dev
- checked out new branch frommain
Diagram
Development Instructions
v1.1
-check out a new branch fromdev_v1.1
.v1.2
- check out a new branch fromdev
.Pay attention
v1.1
, you also need to merge code intov1.2
v1.1
package in themain
branch, and you cannot publish av1.2
package in thev1.1
branch.Package Version Track
V1.1:
Version:
1.1.0-stable
Next Version:
1.1.x
V1.2
Version:
1.2.0-rc.x
Last Version:
1.2.0-stable