Skip to content

Commit

Permalink
fix: release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
molvqingtai committed Sep 28, 2024
1 parent f2330cb commit e0f4a3f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .releaserc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
* @type {import('semantic-release').GlobalConfig}
*/

import { name } from 'package.json'
import packageJson from './package.json' with { type: 'json' }

const name = packageJson.name

export default {
branches: ['master'],
plugins: [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"jiti": "^2.0.0",
"lint-staged": "^15.2.10",
"npm-run-all": "^4.1.5",
"package-up": "^5.0.0",
"postcss": "^8.4.47",
"postcss-rem-to-responsive-pixel": "^6.0.2",
"prettier": "^3.3.3",
Expand Down
11 changes: 11 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e0f4a3f

Please sign in to comment.