diff --git a/scripts/sort-md-list.py b/scripts/sort-md-list.py index dc3aa9a52..e220b0541 100755 --- a/scripts/sort-md-list.py +++ b/scripts/sort-md-list.py @@ -1,7 +1,41 @@ #!/usr/bin/env python -import textwrap -import sys +""" +sort-md-list.py sorts markdown lists + +Use this script to prepare sections of the changelog. + +this script expects a bulleted markdown list in stdout + +for example + +./sort-md-list.py - <