You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2019/01/07 20:49:00 UTC

[jira] [Resolved] (THRIFT-3475) prefix tags with v as defined by semver

     [ https://issues.apache.org/jira/browse/THRIFT-3475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James E. King III resolved THRIFT-3475.
---------------------------------------
       Resolution: Fixed
         Assignee: James E. King III  (was: Jake Farrell)
    Fix Version/s: 0.12.0

The 0.12.0 release branch is named "0.12.0" and the tag is "v0.12.0".  The dlang dub package manager required the "v" and I'm told the golang package manager is moving in that direction.

> prefix tags with v as defined by semver
> ---------------------------------------
>
>                 Key: THRIFT-3475
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3475
>             Project: Thrift
>          Issue Type: Bug
>          Components: Build Process
>            Reporter: Roger Meier
>            Assignee: James E. King III
>            Priority: Major
>             Fix For: 0.12.0
>
>
> We need to prefix our tags with **v** to follow the semver model, e.g. **v0.9.3**
> non prefix causes issues such as tag and branch conflicts.
> I had to do this when pushing to the release branch on my fork
> {noformat}
> git push bufferoverflow heads/0.9.3
> {noformat}
> see also THRIFT-6



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)