Skip to content

Commit f20f036

Browse files
committed
fix(package): reduce changelog issues to 300 [ci skip]
1 parent d0eba98 commit f20f036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build:umd": "cross-env NODE_ENV=build gulp umd",
2424
"build:docs-toc": "doctoc ./.github/CONTRIBUTING.md --github --maxlevel 4",
2525
"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))",
2727
"deploy:changelog": "git add CHANGELOG.md && git commit -m 'docs(changelog): update changelog [ci skip]' && git push",
2828
"predeploy:docs": "cross-env NODE_ENV=production yarn build:docs && yarn build:docs-cname",
2929
"deploy:docs": "gh-pages -d docs/build -m 'deploy docs [ci skip]'",

0 commit comments

Comments
 (0)