tor-browser

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

whats_new_page.yml (3334B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 ---
      6 - type: product-details
      7  # %LOCALE% is automatically replaced by Balrog.
      8  url: "https://www.mozilla.org/%LOCALE%/{product}/{version}/releasenotes/"
      9 - type: show-url
     10  # yamllint disable-line rule:line-length
     11  url: "https://www.mozilla.org/{product}/{version}/whatsnew/?oldversion=%OLD_VERSION%&utm_medium=firefox-desktop&utm_source=update&utm_campaign={version.major_number}"
     12  conditions:
     13      blob-types: [wnp]
     14      release-types: [release, release-rc]
     15      products: [firefox]
     16      update-channel: release
     17      # e.g.: ["<61.0"]. {version.major_number} reflects the current version.
     18      # This is done by taskgraph.
     19      versions: ["<{version.major_number}.0"]
     20 - type: show-url
     21  # yamllint disable-line rule:line-length
     22  url: "https://www.mozilla.org/%LOCALE%/{product}/{version.major_number}.0beta/whatsnew/?oldversion=%OLD_VERSION%&utm_medium=firefox-desktop&utm_source=update&utm_campaign={version.major_number}.0beta"
     23  conditions:
     24      blob-types: [wnp]
     25      release-types: [beta, release-rc]
     26      products: [firefox]
     27      update-channel: beta
     28      # e.g.: ["<61.0"]. {version.major_number} reflects the current version.
     29      # This is done by taskgraph.
     30      versions: ["<{version.major_number}.0"]
     31      locales:
     32          - be
     33          - ca
     34          - cak
     35          - cs
     36          - cy
     37          - da
     38          - de
     39          - dsb
     40          - en-CA
     41          - en-GB
     42          - en-US
     43          - es-AR
     44          - es-ES
     45          - es-MX
     46          - eu
     47          - fa
     48          - fr
     49          - fy-NL
     50          - gn
     51          - hr
     52          - hsb
     53          - hu
     54          - ia
     55          - id
     56          - it
     57          - ka
     58          - lt
     59          - nb-NO
     60          - nl
     61          - nn-NO
     62          - pl
     63          - pt-BR
     64          - ru
     65          - sk
     66          - sl
     67          - sq
     68          - sv-SE
     69          - tr
     70          - uk
     71          - vi
     72          - zh-CN
     73          - zh-TW
     74 - type: show-url
     75  # yamllint disable-line rule:line-length
     76  url: "https://www.mozilla.org/%LOCALE%/{product}/{version.major_number}.0a2/whatsnew/?oldversion=%OLD_VERSION%&utm_medium=firefox-desktop&utm_source=update&utm_campaign={version.major_number}.0a2"
     77  conditions:
     78      blob-types: [wnp]
     79      release-types: [beta]
     80      products: [firefox]
     81      update-channel: aurora
     82      # e.g.: ["<61.0"]. {version.major_number} reflects the current version.
     83      # This is done by taskgraph.
     84      versions: ["<{version.major_number}.0"]
     85      locales:
     86          - be
     87          - cak
     88          - cs
     89          - cy
     90          - da
     91          - de
     92          - dsb
     93          - en-CA
     94          - en-GB
     95          - en-US
     96          - es-AR
     97          - es-CL
     98          - es-ES
     99          - es-MX
    100          - fr
    101          - fy-NL
    102          - gn
    103          - hsb
    104          - hu
    105          - ia
    106          - id
    107          - it
    108          - ka
    109          - lij
    110          - nl
    111          - nn-NO
    112          - pl
    113          - pt-BR
    114          - pt-PT
    115          - rm
    116          - ro
    117          - ru
    118          - sk
    119          - sl
    120          - sq
    121          - sv-SE
    122          - tr
    123          - uk
    124          - vi
    125          - zh-CN
    126          - zh-TW