File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 23
23
"build:umd" : " cross-env NODE_ENV=build gulp umd" ,
24
24
"build:docs-toc" : " doctoc ./.github/CONTRIBUTING.md --github --maxlevel 4" ,
25
25
"build:docs-cname" : " echo react.semantic-ui.com > docs/build/CNAME" ,
26
- "build:changelog" : " github_changelog_generator --no-issues --no-unreleased --release-branch master --since-tag $(git describe --abbrev=0 --tags $(git rev-parse HEAD~400 ))" ,
26
+ "build:changelog" : " github_changelog_generator --no-issues --no-unreleased --release-branch master --since-tag $(git describe --abbrev=0 --tags $(git rev-parse HEAD~300 ))" ,
27
27
"deploy:changelog" : " git add CHANGELOG.md && git commit -m 'docs(changelog): update changelog [ci skip]' && git push" ,
28
28
"predeploy:docs" : " cross-env NODE_ENV=production yarn build:docs && yarn build:docs-cname" ,
29
29
"deploy:docs" : " gh-pages -d docs/build -m 'deploy docs [ci skip]'" ,
You can’t perform that action at this time.
0 commit comments