[tbb-commits] [Git][tpo/applications/tor-browser-build][maint-13.0] 4 commits: Bug 41024: Update apk filenames in Release Prep issue templates
richard (@richard)
git at gitlab.torproject.org
Wed Nov 22 17:51:26 UTC 2023
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:
- .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:
=====================================
.gitlab/issue_templates/Release Prep - Tor Browser Alpha.md
=====================================
@@ -216,7 +216,7 @@
- Log into https://play.google.com/apps/publish
- Select `Tor Browser (Alpha)` app
- Navigate to `Release > Production` and click `Create new release` button:
- - Upload the `*.multi.apk` APKs
+ - Upload the `tor-browser-android-*.apk` APKs
- Update Release Name to Tor Browser version number
- Update Release Notes
- 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
- Log into https://play.google.com/apps/publish
- Select `Tor Browser` app
- Navigate to `Release > Production` and click `Create new release` button:
- - Upload the `*.multi.apk` APKs
+ - Upload the `tor-browser-android-*.apk` APKs
- Update Release Name to Tor Browser version number
- Update Release Notes
- Next to 'Release notes', click `Copy from a previous release`
=====================================
tools/signing/create-blog-post
=====================================
@@ -18,12 +18,12 @@ echo "Created directory $blog_dir"
if test "$tbb_version_type" = "release"
then
- lead=../../../assets/static/images/blog/tor-browser-11.jpg
+ lead=../../../assets/static/images/blog/tor-browser-13.png
else
lead=../../../assets/static/images/blog/tor-browser_0_0.png
fi
-ln -s "$lead" "$blog_dir/lead.jpg"
-echo "Created $blog_dir/lead.jpg -> $lead"
+ln -s "$lead" "$blog_dir/lead.png"
+echo "Created $blog_dir/lead.png -> $lead"
if test "$tbb_version_type" = "release"
@@ -55,6 +55,12 @@ Tor Browser $tbb_version is now available from the [Tor Browser download page]($
This version includes important [security updates](https://www.mozilla.org/en-US/security/advisories/) to Firefox.
+## Send us your feedback
+
+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/).
+
+## Full changelog
+
EOF
$script_dir/../changelog-format-blog-post >> "$contents_lr"
=====================================
tools/signing/create-blog-post.torbrowser
=====================================
@@ -0,0 +1 @@
+create-blog-post
\ No newline at end of file
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/7a15d5717adec449a44e04a4342ab9675e85b960...cc22e5997c0029cdd7a654736581909751433edc
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/7a15d5717adec449a44e04a4342ab9675e85b960...cc22e5997c0029cdd7a654736581909751433edc
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20231122/adce53e4/attachment-0001.htm>
More information about the tbb-commits
mailing list