Skip to content
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

Update workflow according to new branch strategy #269

Merged
merged 2 commits into from
Oct 8, 2024
Merged

Conversation

bonnie57
Copy link
Collaborator

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.1

main - stable changes for Protocol V1.2

Development branches

dev_v1.1 - checked out new branch from v1.1

dev - checked out new branch from main

Diagram

image

Development Instructions

v1.1 -check out a new branch from dev_v1.1.

v1.2- check out a new branch from dev.

Pay attention

  • if you change v1.1, you also need to merge code into v1.2
  • You cannot publish a v1.1 package in the main branch, and you cannot publish a v1.2 package in the v1.1 branch.

Package Version Track

V1.1:

Version:1.1.0-stable

Next Version1.1.x

V1.2

Version:1.2.0-rc.x

Last Version: 1.2.0-stable

Copy link
Contributor

@AndyBoWu AndyBoWu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bonnie57 bonnie57 merged commit 7c90260 into dev Oct 8, 2024
6 checks passed
@bonnie57 bonnie57 deleted the bonnie/SDK-10 branch October 8, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants