tornavis/release/lts
Pablo Vazquez 741dfa6dca Fix: Typo in release notes script
Typo in the `--issue` argument help text:
`Task that is contains` -> `Task that contains`
2024-01-22 16:30:04 +01:00
..
README.md Release: support generating LTS release notes from Gitea 2023-02-07 21:23:24 +01:00
create_release_notes.py Fix: Typo in release notes script 2024-01-22 16:30:04 +01:00
lts_download.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
lts_issue.py Release: change LTS release notes script from wiki to markdown 2024-01-19 12:21:56 +01:00
requirements.txt Release: support generating LTS release notes from Gitea 2023-02-07 21:23:24 +01:00

README.md

This folder contains a script to generate release notes and download URLs for Blender LTS releases.

Ensure required Python modules are installed before running:

pip3 install -r ./requirements.txt

Then run for example:

./create_release_notes.py --version 3.3.2 --format=html

Available arguments:

--version VERSION  Version string in the form of {major}.{minor}.{build}
                   (e.g. 3.3.2)
--issue ISSUE      Gitea issue that is contains the release notes
                   information (e.g. #77348)
--format FORMAT    Format the result in `text`, `steam`, `wiki` or `html`