Skip to content

Commit 3de3def

Browse files
committed
chore(*): fix changelog script
1 parent fb25726 commit 3de3def

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

CHANGELOG.md

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66

77
* **render:** Remove getRootNode to be compatible with the lower version of Chrome, fixed [#225](https://github.com/QingWei-Li/docsify/issues/225) ([b8dd346](https://github.com/QingWei-Li/docsify/commit/b8dd346))
88

9-
10-
### Features
11-
12-
* **search:** Supports the max depth of the search headline, fixed [#223](https://github.com/QingWei-Li/docsify/issues/223), resolve [#129](https://github.com/QingWei-Li/docsify/issues/129) ([b7b589b](https://github.com/QingWei-Li/docsify/commit/b7b589b))
13-
14-
15-
169
<a name="4.2.3"></a>
1710
## [4.2.3](https://github.com/QingWei-Li/docsify/compare/v4.2.2...v4.2.3) (2017-07-26)
1811

build/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
3333
npm version $VERSION --message "[release] $VERSION $RELEASE_TAG"
3434

3535
# changelog
36-
node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s -r 2
36+
node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s -r 1
3737

3838
git add .
3939
git commit -m "chore: add changelog $VERSION"

0 commit comments

Comments
 (0)