Skip to content

Commit cbdb790

Browse files
committed
fix: remove CHANGELOG from fmt script
1 parent 66cabab commit cbdb790

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/dev/fmt.sh

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ main() {
3131
doctoc --title '# Contributor Covenant Code of Conduct' docs/CODE_OF_CONDUCT.md >/dev/null
3232
doctoc --title '# iPad' docs/ipad.md >/dev/null
3333
doctoc --title '# Termux' docs/termux.md >/dev/null
34-
doctoc --title '# Changelog' CHANGELOG.md >/dev/null
3534

3635
if [[ ${CI-} && $(git ls-files --other --modified --exclude-standard) ]]; then
3736
echo "Files need generation or are formatted incorrectly:"

0 commit comments

Comments
 (0)