aboutsummaryrefslogtreecommitdiffstats
path: root/release_notes.py
Commit message (Collapse)AuthorAgeFilesLines
* release_notes.py: Add blank line between the elements of a listDenis 'GNUtoo' Carikli2021-04-261-0/+19
| | | | | | | | | | | | Without that, emacs will break the lists when using fill-paragraph on them: they will end up in a compact single paragraph with * in the middle of the text. Since the width limit doesn't seem to work well at least with recent versions of python and/or beatifulsoup, it's good not to break the ability to fix it with emacs. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* release_notes: Fix the text alignmentDenis 'GNUtoo' Carikli2021-04-261-0/+9
| | | | | | The text is unnecessarily shifted toward the right by two spaces. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* release_notes: only process the article contentDenis 'GNUtoo' Carikli2021-04-261-1/+3
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* release_notes: Handle reference links without names like [1]Denis 'GNUtoo' Carikli2021-04-261-0/+41
| | | | | | | | | | | | | Some links in WordPress have text like [1], [2], etc. When they get converted into text the "[1]" is kept and a reference is added so we have something like "[[1]][2]" in the final text. The fix is to completely remove the [[1]] part as it is not necessary anymore. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* release_notes: cleanup the codeDenis 'GNUtoo' Carikli2021-04-261-28/+39
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* release_notes.py: add support for more recent libraries versionsDenis 'GNUtoo' Carikli2021-01-091-3/+29
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Add a script to handle release notes from blog postsDenis 'GNUtoo' Carikli2020-01-181-0/+49
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>