boklm pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

1 changed file:

Changes:

  • tools/changelog-format-blog-post
    ... ... @@ -49,6 +49,6 @@ if (! ( $current_tbversion =~ m/a/ ) ) {
    49 49
       my @v = split(/\./, $current_tbversion);
    
    50 50
       $changelog_branch = "maint-$v[0].$v[1]";
    
    51 51
     }
    
    52
    -print "The full changelog since [Tor Browser $last_tbversion](https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/raw/$changelog_branch/projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt) is:\n\n";
    
    52
    +print "The [full changelog](https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/raw/$changelog_branch/projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt) since Tor Browser $last_tbversion is:\n\n";
    
    53 53
     
    
    54 54
     print $changelog;