diff --git a/CHANGELOG.md b/CHANGELOG.md index 017fa2b0..306e1384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,3 @@ - - -# Changelog - -- [Changelog](#changelog) -- [Next Version](#next-version) - - [Documentation](#documentation) - - [3.10.2](#3102) - - [New Features](#new-features) - - [Bug Fixes](#bug-fixes) - - [Development](#development) - - [3.10.1](#3101) - - [Bug Fixes](#bug-fixes-1) - - [Documentation](#documentation-1) - - [Development](#development-1) - - [3.10.0](#3100) - - [New Features](#new-features-1) - - [Bug Fixes](#bug-fixes-2) - - [Documentation](#documentation-2) - - [Development](#development-2) - - [Previous versions](#previous-versions) - - - # Changelog -# Next Version +## Next Version VS Code v0.00.0 ### Documentation - docs: fix confusing sentence in pull requests section #3460 @shiv-tyagi +- docs: remove toc from changelog @oxy @jsjoeio ## 3.10.2 diff --git a/ci/dev/fmt.sh b/ci/dev/fmt.sh index 2e6edeec..849440fe 100755 --- a/ci/dev/fmt.sh +++ b/ci/dev/fmt.sh @@ -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:"