File tree 2 files changed +2
-26
lines changed
2 files changed +2
-26
lines changed Original file line number Diff line number Diff line change 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
-
25
1
# Changelog
26
2
27
3
<!--
@@ -57,13 +33,14 @@ VS Code v0.00.0
57
33
58
34
-->
59
35
60
- # Next Version
36
+ ## Next Version
61
37
62
38
VS Code v0.00.0
63
39
64
40
### Documentation
65
41
66
42
- docs: fix confusing sentence in pull requests section #3460 @shiv-tyagi
43
+ - docs: remove toc from changelog @oxy @jsjoeio
67
44
68
45
## 3.10.2
69
46
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ main() {
31
31
doctoc --title ' # Contributor Covenant Code of Conduct' docs/CODE_OF_CONDUCT.md > /dev/null
32
32
doctoc --title ' # iPad' docs/ipad.md > /dev/null
33
33
doctoc --title ' # Termux' docs/termux.md > /dev/null
34
- doctoc --title ' # Changelog' CHANGELOG.md > /dev/null
35
34
36
35
if [[ ${CI-} && $( git ls-files --other --modified --exclude-standard) ]]; then
37
36
echo " Files need generation or are formatted incorrectly:"
You can’t perform that action at this time.
0 commit comments