richard pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
- 
5900efe7
by Nicolas Vigier at 2023-11-22T09:47:49+01:00
- 
5df249b3
by Nicolas Vigier at 2023-11-22T09:49:15+01:00
- 
531f2c40
by Nicolas Vigier at 2023-11-22T09:50:29+01:00
- 
bbe3a232
by Nicolas Vigier at 2023-11-22T09:51:48+01:00
4 changed files:
- .gitlab/issue_templates/Release Prep - Tor Browser Alpha.md
- .gitlab/issue_templates/Release Prep - Tor Browser Stable.md
- tools/signing/create-blog-post
- + tools/signing/create-blog-post.torbrowser
Changes:
| ... | ... | @@ -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`
 | 
| ... | ... | @@ -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`
 | 
| ... | ... | @@ -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"
 | 
| 1 | +create-blog-post | |
| \ No newline at end of file |