All Projects β†’ mozilla β†’ release-notes

mozilla / release-notes

Licence: MPL-2.0 license
Release notes and system requirements for our various Firefoxen

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to release-notes

Komodoedit
Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
Stars: ✭ 1,972 (+13046.67%)
Mutual labels:  mozilla
Seasponge
🍍 SeaSponge is an accessible threat modelling tool from Mozilla
Stars: ✭ 241 (+1506.67%)
Mutual labels:  mozilla
regolith
A WordPress installation template that's a little bit looser than Bedrock
Stars: ✭ 24 (+60%)
Mutual labels:  bedrock
Min Vid
Popout video player in Firefox
Stars: ✭ 180 (+1100%)
Mutual labels:  mozilla
Firefox Tv
Firefox for Amazon's Fire TV
Stars: ✭ 216 (+1340%)
Mutual labels:  mozilla
removedupes
Remove Duplicate Messages
Stars: ✭ 52 (+246.67%)
Mutual labels:  mozilla
Android Components
A collection of Android libraries to build browsers or browser-like applications.
Stars: ✭ 1,849 (+12226.67%)
Mutual labels:  mozilla
enveigle
Deceive Ansible to template Trellis .env files to local Bedrock
Stars: ✭ 18 (+20%)
Mutual labels:  bedrock
Lockwise Ios
Firefox's Lockwise app for iOS
Stars: ✭ 224 (+1393.33%)
Mutual labels:  mozilla
code-review
Automated static analysis & linting bot for Mozilla repositories
Stars: ✭ 51 (+240%)
Mutual labels:  mozilla
Autopush
Python Web Push Server used by Mozilla
Stars: ✭ 189 (+1160%)
Mutual labels:  mozilla
Treeherder
A system for managing CI data for Mozilla projects
Stars: ✭ 212 (+1313.33%)
Mutual labels:  mozilla
bedrock-autoloader
Bedrock Autoloader enables standard plugins to be required just like must-use plugins
Stars: ✭ 30 (+100%)
Mutual labels:  bedrock
Ca Bundle
The Mozilla CA bundle extracted and converted to PEM. This repository functions as a backup to the automated service on the curl web site.
Stars: ✭ 177 (+1080%)
Mutual labels:  mozilla
JukeboxMC
A Minecraft Bedrock Editon Server Software
Stars: ✭ 56 (+273.33%)
Mutual labels:  bedrock
Focus Android
Firefox Focus: The privacy browser - Browse like no one’s watching.
Stars: ✭ 1,901 (+12573.33%)
Mutual labels:  mozilla
yaclt
Yet Another Change Log Tool
Stars: ✭ 24 (+60%)
Mutual labels:  release-notes
release-changelog-builder-action
A GitHub action that builds your release notes / changelog fast, easy and exactly the way you want.
Stars: ✭ 515 (+3333.33%)
Mutual labels:  release-notes
gitlab-release-note-generator
A Gitlab release note generator
Stars: ✭ 88 (+486.67%)
Mutual labels:  release-notes
Avatar-Customizer
qt-mkr.com
Stars: ✭ 27 (+80%)
Mutual labels:  mozilla

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].