add a release guide
Even though there are very few steps involved, it is good to have it documented.
Edited by Bas Nijholt
Merge request reports
Activity
Nice one-liner for checking if the author list is up to date:
git shortlog -s | sed -e "s/^[0-9\t ]*//"| xargs -i sh -c 'grep -q "{}" AUTHORS.rst || echo "{} missing from authors"'
Edited by Anton AkhmerovSure thing; as long as we allow it to fail (it shouldn't be considered an actual failure).
EDIT: also I brought it up because one of the checks is about validating the author list.
Edited by Anton Akhmerov
Please register or sign in to reply