Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-09 | doc: Add date in release notes | Xavier Claessens | 1 | -0/+5 | |
2022-11-09 | genrelnotes: Jump to version 1.0.0 | Xavier Claessens | 1 | -1/+4 | |
2022-06-17 | docs: ensure stable order of release notes | Eli Schwartz | 1 | -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. | |||||
2022-06-01 | Add "in development" in release notes title | Xavier Claessens | 1 | -3/+4 | |
It was already written in the side menu, but better have it in the page title too. | |||||
2022-05-24 | doc: Generate dev release notes | Xavier Claessens | 1 | -28/+51 | |
2021-06-29 | fix: Always explicitly set encoding for text files (fixes #8263) | Daniel Mensinger | 1 | -4/+4 | |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -1/+1 | |
performed by running "pyupgrade --py36-plus" and committing the results | |||||
2019-12-06 | Update Python2 syntax to Python3 syntax in genrelnotes.py | Michael Brockus | 1 | -16/+26 | |
2019-03-10 | Generate release notes from snippets automatically. [skip ci] | Jussi Pakkanen | 1 | -0/+63 | |