Skip to content

Commit 8ed578b

Browse files
jsjoeioAkash Satheesan
and
Akash Satheesan
authored
docs: remove toc from changelog (#3466)
Co-authored-by: Akash Satheesan <[email protected]>
1 parent b1186d7 commit 8ed578b

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

CHANGELOG.md

+2-25
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
1-
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2-
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3-
# Changelog
4-
5-
- [Changelog](#changelog)
6-
- [Next Version](#next-version)
7-
- [Documentation](#documentation)
8-
- [3.10.2](#3102)
9-
- [New Features](#new-features)
10-
- [Bug Fixes](#bug-fixes)
11-
- [Development](#development)
12-
- [3.10.1](#3101)
13-
- [Bug Fixes](#bug-fixes-1)
14-
- [Documentation](#documentation-1)
15-
- [Development](#development-1)
16-
- [3.10.0](#3100)
17-
- [New Features](#new-features-1)
18-
- [Bug Fixes](#bug-fixes-2)
19-
- [Documentation](#documentation-2)
20-
- [Development](#development-2)
21-
- [Previous versions](#previous-versions)
22-
23-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
24-
251
# Changelog
262

273
<!--
@@ -57,13 +33,14 @@ VS Code v0.00.0
5733
5834
-->
5935

60-
# Next Version
36+
## Next Version
6137

6238
VS Code v0.00.0
6339

6440
### Documentation
6541

6642
- docs: fix confusing sentence in pull requests section #3460 @shiv-tyagi
43+
- docs: remove toc from changelog @oxy @jsjoeio
6744

6845
## 3.10.2
6946

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)