Skip to content

Commit d0eba98

Browse files
committed
chore(package): restore changelog deploy scripts [ci skip]
1 parent 33efe1d commit d0eba98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: package.json

+2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@
2424
"build:docs-toc": "doctoc ./.github/CONTRIBUTING.md --github --maxlevel 4",
2525
"build:docs-cname": "echo react.semantic-ui.com > docs/build/CNAME",
2626
"build:changelog": "github_changelog_generator --no-issues --no-unreleased --release-branch master --since-tag $(git describe --abbrev=0 --tags $(git rev-parse HEAD~400))",
27+
"deploy:changelog": "git add CHANGELOG.md && git commit -m 'docs(changelog): update changelog [ci skip]' && git push",
2728
"predeploy:docs": "cross-env NODE_ENV=production yarn build:docs && yarn build:docs-cname",
2829
"deploy:docs": "gh-pages -d docs/build -m 'deploy docs [ci skip]'",
30+
"postdeploy:docs": "yarn build:changelog && yarn deploy:changelog",
2931
"lint": "cross-env NODE_ENV=production eslint .",
3032
"lint:fix": "yarn lint --fix",
3133
"prettier": "prettier --list-different \"**/*.{js,jsx,ts,tsx}\"",

0 commit comments

Comments
 (0)