Archived
1
0

docs: remove toc from changelog (#3466)

Co-authored-by: Akash Satheesan <akash@coder.com>
This commit is contained in:
Joe Previte
2021-05-27 09:16:54 -07:00
committed by GitHub
parent b1186d7223
commit 8ed578b686
2 changed files with 2 additions and 26 deletions

View File

@ -31,7 +31,6 @@ main() {
doctoc --title '# Contributor Covenant Code of Conduct' docs/CODE_OF_CONDUCT.md >/dev/null
doctoc --title '# iPad' docs/ipad.md >/dev/null
doctoc --title '# Termux' docs/termux.md >/dev/null
doctoc --title '# Changelog' CHANGELOG.md >/dev/null
if [[ ${CI-} && $(git ls-files --other --modified --exclude-standard) ]]; then
echo "Files need generation or are formatted incorrectly:"