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

Allowing Release from Specific Branches #3597

Merged
merged 3 commits into from
Nov 16, 2023

Conversation

mrproliu
Copy link
Contributor

Currently, the release process is initiated from the master branch. However, when attempting to create a new release for the zipkin-v3 branch, the process still defaults to using the master branch for publication.
In this pull request, I've modified the workflow to checkout the branch intended for release, ensuring releases are initiated from the correct branch.

@mrproliu mrproliu added the chore label Nov 16, 2023
@mrproliu mrproliu added this to the 3.0.0 milestone Nov 16, 2023
Copy link
Member

@wu-sheng wu-sheng left a comment

Choose a reason for hiding this comment

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

LGTM. As @basvanbeek suggested, we could release RC(x) from other branch, such as zipkin-ve. The release script should be changed.

@wu-sheng wu-sheng merged commit 2606066 into openzipkin:master Nov 16, 2023
9 checks passed
@mrproliu mrproliu deleted the release-process branch November 16, 2023 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants