Files
Stephen Finucane 2ce813bf03 docs: Speed up release notes builds
Set the earliest-version tag for each remaining releasenotes directive
to avoid having to scan back to the first version of nova.

```
$ git clean -xfd; tox -e releasenotes --notest; \
    time tox -e releasenotes
```

Without this change:

```
real    0m25.606s
user    1m20.401s
sys     0m5.063s
```

With this change:

```
real    0m22.690s
user    1m5.723s
sys     0m4.369s
```

Change-Id: Id6d318c7502319e9206bd03296b15a02454622c7
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2026-06-15 09:21:23 +00:00
..
2025-07-11 04:17:16 +00:00
2026-06-15 09:21:23 +00:00
2026-06-15 09:21:23 +00:00
2026-06-15 09:21:23 +00:00
2023-10-02 11:11:23 +01:00
2026-03-13 10:14:29 +00:00