Use tag with different version to manage the git branch #345
haitwang-cloud
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tags in Git serve as a means to designate significant moments in your repository's history. They are commonly employed to indicate release versions, such as v1.0, v2.0, and so on.
I suggest utilizing branches with the following naming conventions to handle releases:
It's worth noting that the k8s-device-plugin and other projects have already implemented this approach successfully.
Beta Was this translation helpful? Give feedback.
All reactions