Skip to content

Commit

Permalink
🐛 fix: update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jun 10, 2023
1 parent 088b385 commit 41d342d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .changelogrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
module.exports = {
displayTypes: ['feat', 'fix', 'styles', 'pref', 'build'],
titleLanguage: 'zh-CN',
showAuthor: true,
showAuthorAvatar: true,
showSummary: true,
reduceHeadingLevel: true,
newlineTimestamp: true,
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
- name: Install deps
run: pnpm install

- name: build
run: pnpm run build

- name: release
run: pnpm run release
env:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"scripts": {
"build": "father build",
"build:watch": "father dev",
"ci": "npm run lint && npm run type-check",
"ci": "npm run lint && npm run type-check && npm run doctor && npm run build",
"clean": "rm -rf es lib dist coverage .dumi/tmp .eslintcache",
"dev": "dumi dev",
"docs:build": "dumi build",
"doctor": "father doctor",
"lint": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
"prepare": "husky install && npm run setup",
"prepublishOnly": "father doctor && npm run build",
"prepublishOnly": "npm run doctor && npm run build",
"prettier": "prettier -c --write \"**/**\"",
"release": "semantic-release",
"setup": "dumi setup",
Expand Down

1 comment on commit 41d342d

@vercel
Copy link

@vercel vercel bot commented on 41d342d Jun 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.