Archived
1
0

feat: add CHANGELOG

This commit is contained in:
Joe Previte
2021-05-10 12:05:55 -07:00
parent 7421e9d631
commit 3518de7b85
2 changed files with 160 additions and 0 deletions

View File

@ -31,6 +31,7 @@ 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:"