[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][maint-13.0] 4 commits: Bug 41024: Update apk filenames in Release Prep issue templates



Title: GitLab

richard pushed to branch maint-13.0 at The Tor Project / Applications / tor-browser-build

Commits:

  • 80aba136
    by Nicolas Vigier at 2023-11-22T17:47:25+00:00
    Bug 41024: Update apk filenames in Release Prep issue templates
    
  • e428cb50
    by Nicolas Vigier at 2023-11-22T17:47:25+00:00
    Bug 40970: Add missing create-blog-post.torbrowser -> create-blog-post symlink
    
  • b139d6bd
    by Nicolas Vigier at 2023-11-22T17:47:25+00:00
    Bug 41023: Update lead.png symlink in tools/signing/create-blog-post
    
  • cc22e599
    by Nicolas Vigier at 2023-11-22T17:47:25+00:00
    Bug 41023: Update tor browser release blog post template
    

4 changed files:

Changes:

  • .gitlab/issue_templates/Release Prep - Tor Browser Alpha.md
    ... ... @@ -216,7 +216,7 @@
    216 216
         - Log into https://play.google.com/apps/publish
    
    217 217
         - Select `Tor Browser (Alpha)` app
    
    218 218
         - Navigate to `Release > Production` and click `Create new release` button:
    
    219
    -      - Upload the `*.multi.apk` APKs
    
    219
    +      - Upload the `tor-browser-android-*.apk` APKs
    
    220 220
           - Update Release Name to Tor Browser version number
    
    221 221
           - Update Release Notes
    
    222 222
           - Next to 'Release notes', click `Copy from a previous release`
    

  • .gitlab/issue_templates/Release Prep - Tor Browser Stable.md
    ... ... @@ -197,7 +197,7 @@ Tor Browser Stable lives in the various `maint-$(TOR_BROWSER_MAJOR).$(TOR_BROWSE
    197 197
       - Log into https://play.google.com/apps/publish
    
    198 198
       - Select `Tor Browser` app
    
    199 199
       - Navigate to `Release > Production` and click `Create new release` button:
    
    200
    -    - Upload the `*.multi.apk` APKs
    
    200
    +    - Upload the `tor-browser-android-*.apk` APKs
    
    201 201
         - Update Release Name to Tor Browser version number
    
    202 202
         - Update Release Notes
    
    203 203
         - Next to 'Release notes', click `Copy from a previous release`
    

  • tools/signing/create-blog-post
    ... ... @@ -18,12 +18,12 @@ echo "Created directory $blog_dir"
    18 18
     
    
    19 19
     if test "$tbb_version_type" = "release"
    
    20 20
     then
    
    21
    -  lead=../../../assets/static/images/blog/tor-browser-11.jpg
    
    21
    +  lead=../../../assets/static/images/blog/tor-browser-13.png
    
    22 22
     else
    
    23 23
       lead=../../../assets/static/images/blog/tor-browser_0_0.png
    
    24 24
     fi
    
    25
    -ln -s "$lead" "$blog_dir/lead.jpg"
    
    26
    -echo "Created $blog_dir/lead.jpg -> $lead"
    
    25
    +ln -s "$lead" "$blog_dir/lead.png"
    
    26
    +echo "Created $blog_dir/lead.png -> $lead"
    
    27 27
     
    
    28 28
     
    
    29 29
     if test "$tbb_version_type" = "release"
    
    ... ... @@ -55,6 +55,12 @@ Tor Browser $tbb_version is now available from the [Tor Browser download page]($
    55 55
     
    
    56 56
     This version includes important [security updates](https://www.mozilla.org/en-US/security/advisories/) to Firefox.
    
    57 57
     
    
    58
    +## Send us your feedback
    
    59
    +
    
    60
    +If you find a bug or have a suggestion for how we could improve this release, [please let us know](https://support.torproject.org/misc/bug-or-feedback/).
    
    61
    +
    
    62
    +## Full changelog
    
    63
    +
    
    58 64
     EOF
    
    59 65
     
    
    60 66
     $script_dir/../changelog-format-blog-post >> "$contents_lr"
    

  • tools/signing/create-blog-post.torbrowser
    1
    +create-blog-post
    \ No newline at end of file

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits