Release notes and system requirements for our various Firefoxen
Перейти к файлу
dependabot[bot] 34651154e5
Bump requests from 2.29.0 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.29.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.29.0...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 06:50:00 +00:00
.github/workflows Fix bad job name in process-notes.yml 2023-05-02 21:16:27 +01:00
releases Update release data 2023-05-22 19:30:57 +00:00
.gitignore Initial import from Nucleus 2017-09-19 13:02:51 -04:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-29 23:39:19 -07:00
Dockerfile Upgrade Python to 3.9 for Release Notes Docker image + bump related dependencies 2023-05-02 21:29:29 +01:00
LICENSE Initial import from Nucleus 2017-09-19 13:02:51 -04:00
README.md Update README 2020-10-01 09:27:05 -04:00
requirements.in Bump requests from 2.29.0 to 2.31.0 2023-05-23 06:50:00 +00:00
requirements.txt Bump requests from 2.29.0 to 2.31.0 2023-05-23 06:50:00 +00:00
update_docker.sh Update the script to push over HTTPS, so we don't need SSH keys in the GHA 2023-05-02 14:08:53 +01:00
update_releases.py Use last-modified header instead of etag for updates 2020-12-10 16:02:03 -05:00

README.md

Mozilla Release Notes

Release notes and system requirements for Mozilla products in JSON format.

Usage

To update the data in this repo you can run a simple script which will pull the data from an instance of Nucleus and populate the JSON files in the releases folder. After following one of the update procedures below you can commit and push the changes to the JSON files if you need to manually update the release notes data on the website.

Docker

This is the recommended way to do it since it requires no steps other than having Docker installed. Simply run the following commands:

$ ./update_docker.sh

This will build the docker image and run it to update the local JSON files.

Local Python

You'll need Python 3.6 or above and virtualenv to run the following steps.

$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ ./update_releases.py

License

Mozilla Public License v2. See LICENSE file for details.