morgan pushed to branch main at The Tor Project / Applications / tor-browser-spec

Commits:

1 changed file:

Changes:

  • processes/VersionNumbers
    ... ... @@ -14,9 +14,15 @@ A stable version is a series of dot separated numbers. Examples:
    14 14
     Git Tags
    
    15 15
     ========
    
    16 16
     
    
    17
    -tor-browser-bundle.git is tagged with a tag using the following format:
    
    17
    +tor-browser-build.git is tagged with a tag using the following format:
    
    18 18
     
    
    19 19
       tbb-$version-build$n
    
    20 20
     
    
    21
    -where $version is is the tor-browser version and $n a build number.
    
    21
    +or:
    
    22
    +
    
    23
    +  mb-$version-build$n
    
    24
    +
    
    25
    +where $version is is the tor-browser version (in the case of `tbb-*`
    
    26
    +tags) or mullvad-browser version (in the case of `mb-*` tags) and $n a
    
    27
    +build number.
    
    22 28