[GH-ISSUE #15] How to handle the git model using server? #6985

Closed
opened 2026-06-20 16:34:55 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @drgomesp on GitHub (Feb 25, 2012).
Original GitHub issue: https://github.com/semver/semver/issues/15

Ok, the SemVer seems to be related to the tags on the git pattern.

How can I adapt it to the git model and how should I name my branches?

Thanks

Originally created by @drgomesp on GitHub (Feb 25, 2012). Original GitHub issue: https://github.com/semver/semver/issues/15 Ok, the SemVer seems to be related to the tags on the git pattern. How can I adapt it to the git model and how should I name my branches? Thanks
Author
Owner

@mojombo commented on GitHub (Feb 26, 2012):

Git doesn't dictate how to name your tags, but I like to use tags that look like "v1.3.2" and the like.

<!-- gh-comment-id:4183279 --> @mojombo commented on GitHub (Feb 26, 2012): Git doesn't dictate how to name your tags, but I like to use tags that look like "v1.3.2" and the like.
Author
Owner

@drgomesp commented on GitHub (Feb 26, 2012):

Yeah, I'm not really talking about tags, but branches.

Tags can strictly follow the SemVer conventions, but branches are a little different.

How do you name the branches?

<!-- gh-comment-id:4183313 --> @drgomesp commented on GitHub (Feb 26, 2012): Yeah, I'm not really talking about tags, but branches. Tags can strictly follow the SemVer conventions, but branches are a little different. How do you name the branches?
Author
Owner

@mojombo commented on GitHub (Feb 26, 2012):

I usually name branches after features or bug fixes I'm working on. Something like "fix-display-bug-23" or "add-sort-button". That stuff really has nothing to do with SemVer, though.

<!-- gh-comment-id:4185750 --> @mojombo commented on GitHub (Feb 26, 2012): I usually name branches after features or bug fixes I'm working on. Something like "fix-display-bug-23" or "add-sort-button". That stuff really has nothing to do with SemVer, though.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/semver#6985