[tor-commits] [Git][tpo/applications/tor-browser-build][main] 4 commits: Bug 41024: Update apk filenames in Release Prep issue templates
richard (@richard)
git at gitlab.torproject.org
Wed Nov 22 17:39:12 UTC 2023
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
Bug 41024: Update apk filenames in Release Prep issue templates
- - - - -
5df249b3 by Nicolas Vigier at 2023-11-22T09:49:15+01:00
Bug 40970: Add missing create-blog-post.torbrowser -> create-blog-post symlink
- - - - -
531f2c40 by Nicolas Vigier at 2023-11-22T09:50:29+01:00
Bug 41023: Update lead.png symlink in tools/signing/create-blog-post
- - - - -
bbe3a232 by Nicolas Vigier at 2023-11-22T09:51:48+01: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/c3dba101e2b32a7094ab81101f3400f8533233b0...bbe3a232bb76e975db482ee48cfb6f5ff92c897f
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/c3dba101e2b32a7094ab81101f3400f8533233b0...bbe3a232bb76e975db482ee48cfb6f5ff92c897f
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/tor-commits/attachments/20231122/ebdb7c32/attachment-0001.htm>
More information about the tor-commits
mailing list