tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

whatsnew-release.yml (1450B)


      1 # Any copyright is dedicated to the Public Domain.
      2 # http://creativecommons.org/publicdomain/zero/1.0/
      3 
      4 ---
      5 - type: product-details
      6  url: "https://www.mozilla.org/%LOCALE%/{product}/{version}/releasenotes/"
      7 # %LOCALE% is automatically replaced by Balrog.
      8 - type: show-url
      9  # yamllint disable-line rule:line-length
     10  url: "https://www.mozilla.org/%LOCALE%/{product}/{version}/whatsnew/?oldversion=%OLD_VERSION%"
     11  conditions:
     12      release-types: [release]
     13      products: [firefox]
     14      update-channel: release
     15      # e.g.: ["<61.0"]. {version.major_number} reflects the current version.
     16      # This is done by taskgraph.
     17      versions: ["<{version.major_number}.0"]
     18      locales:
     19          - cak
     20          - cy
     21          - da
     22          - de
     23          - dsb
     24          - en-CA
     25          - en-US
     26          - es-AR
     27          - es-CL
     28          - es-ES
     29          - es-MX
     30          - et
     31          - fa
     32          - fi
     33          - fr
     34          - fy-NL
     35          - gn
     36          - gu-IN
     37          - hsb
     38          - hu
     39          - ia
     40          - id
     41          - it
     42          - ja
     43          - ja-JP-mac
     44          - ka
     45          - kab
     46          - ko
     47          - lij
     48          - lt
     49          - ms
     50          - nb-NO
     51          - nl
     52          - nn-NO
     53          - pl
     54          - pt-BR
     55          - pt-PT
     56          - sk
     57          - sl
     58          - sq
     59          - sr
     60          - sv-SE
     61          - tr
     62          - uk
     63          - vi
     64          - zh-CN
     65          - zh-TW