summaryrefslogtreecommitdiff
path: root/docs/genrelnotes.py
Commit message (Collapse)AuthorAgeFilesLines
* doc: Add date in release notesXavier Claessens2022-12-091-0/+5
|
* genrelnotes: Jump to version 1.0.0Xavier Claessens2022-11-091-1/+4
|
* docs: ensure stable order of release notesEli Schwartz2022-06-171-1/+1
| | | | | | | | | | | | | | Merging snippets happens in arbitrary order -- whatever filesystem globbing results in. This didn't matter too much when we ran it once at release time and checked the resulting release notes into git. However, now that we generate a temporary version of the release notes for development versions, the order of the results will periodically change. Sort the files before processing them in order to guarantee that whatever order they are in, they stay that way. As a side effect, it's now technically possible to guarantee an ordering by judicious use of snippets naming.
* Add "in development" in release notes titleXavier Claessens2022-06-011-3/+4
| | | | | It was already written in the side menu, but better have it in the page title too.
* doc: Generate dev release notesXavier Claessens2022-05-241-28/+51
|
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-4/+4
|
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-1/+1
| | | | performed by running "pyupgrade --py36-plus" and committing the results
* Update Python2 syntax to Python3 syntax in genrelnotes.pyMichael Brockus2019-12-061-16/+26
|
* Generate release notes from snippets automatically. [skip ci]Jussi Pakkanen2019-03-101-0/+63