Remove towncrier (#3661)

This commit is contained in:
jack1142
2020-03-28 02:46:15 +01:00
committed by GitHub
parent 9370b5110e
commit 9552d210f5
42 changed files with 9 additions and 228 deletions

View File

@@ -34,12 +34,6 @@ goto syncenv
.\.venv\Scripts\python -m pip install -Ur .\tools\dev-requirements.txt
exit /B %ERRORLEVEL%
:checkchangelog
REM This should be written for windows at some point I guess.
REM If we can swith to powershell, it can make this much easier.
echo This doesn^'t do anything on windows ^(yet^)
exit /b 0
:help
echo Usage:
echo make ^<command^>