diff options
| author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | 2022-07-19 10:12:12 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-20 14:25:01 +0100 |
| commit | 9926c0bf2f272d386911639635885fc8c55abc14 (patch) | |
| tree | c7e738e71765fb364b5507baf4a8dfff11ae6d61 /documentation/.gitignore | |
| parent | 102278a77f01fe0363f9a95b2c07fd15811a7b4a (diff) | |
| download | poky-9926c0bf2f272d386911639635885fc8c55abc14.tar.gz | |
docs: auto-generate releases.rst
In order to maintain one less file, let's auto-generate the releases.rst
file which contains a link for each release ever released.
This gets auto-generated by checking the tags available in this git repo
and adding a link for each that exists.
A few tags are notoriously missing from this git repo and they are
manually listed then, until the tags are pushed for the appropriate
commit.
Cc: Quentin Schulz <foss@0leil.net>
(From yocto-docs rev: c581eda3f87390b3e5223daff74d0ed6567ec51a)
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/.gitignore')
| -rw-r--r-- | documentation/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/.gitignore b/documentation/.gitignore index 096b97ec28..4e077d03fb 100644 --- a/documentation/.gitignore +++ b/documentation/.gitignore | |||
| @@ -2,6 +2,7 @@ _build/ | |||
| 2 | Pipfile.lock | 2 | Pipfile.lock |
| 3 | poky.yaml | 3 | poky.yaml |
| 4 | sphinx-static/switchers.js | 4 | sphinx-static/switchers.js |
| 5 | releases.rst | ||
| 5 | .vscode/ | 6 | .vscode/ |
| 6 | */svg/*.png | 7 | */svg/*.png |
| 7 | */svg/*.pdf | 8 | */svg/*.pdf |
