Skip to content

Commit 3e730d6

Browse files
committed
chore: remove changelog generator [ci skip]
1 parent bb4b00a commit 3e730d6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,14 @@
1515
"sideEffects": false,
1616
"scripts": {
1717
"build": "cross-env NODE_ENV=production gulp build",
18-
"build:changelog": "github_changelog_generator --user Semantic-Org --project Semantic-UI-React --no-issues --no-unreleased --release-branch master --since-tag $(git describe --abbrev=0 --tags $(git rev-parse HEAD~250))",
1918
"build:docs": "cross-env NODE_ENV=production gulp build:docs",
2019
"build:docs:staging": "cross-env STAGING=true yarn build:docs && yarn serve docs/dist",
2120
"build:dist": "gulp build:dist",
2221
"prebuild:size": "gulp build:dist:es",
2322
"build:size": "node bundle-size/bundle.js",
2423
"ci": "yarn tsd:test && yarn lint && yarn test",
2524
"predeploy:docs": "cross-env NODE_ENV=production yarn build:docs && gulp build:docs:cname",
26-
"deploy:changelog": "git add CHANGELOG.md && git commit -m \"docs(changelog): update changelog [ci skip]\" && git push",
2725
"deploy:docs": "gulp deploy:docs",
28-
"postdeploy:docs": "yarn build:changelog && yarn deploy:changelog",
2926
"lint": "cross-env NODE_ENV=production eslint . --ext .js,.ts,.tsx",
3027
"lint:fix": "yarn lint --fix",
3128
"prettier": "prettier --list-different \"**/*.{js,jsx,ts,tsx}\"",

0 commit comments

Comments
 (0)