React SPA
- React
- UI(看项目)
- zustand(全局数据流)
- react-i18next
- i18next
- react-router
- react-toastify
- TanStack Query(数据请求)
- @iconify/react(待选)
- formik/react-hook-form(待选)
- zod/yup
- dayjs
.release-it.json
{
"hooks": {
"after:release": "git push origin HEAD"
},
"git": {
"commit": true,
"commitMessage": "chore(release): ${version}",
"push": false,
"tag": false,
"requireCleanWorkingDir": true
},
"npm": {
"publish": false
},
"github": {
"release": false
},
"gitlab": {
"release": false
},
"plugins": {
"./select-env.js": {},
"@release-it/conventional-changelog": {
"header": "# Changelog",
"whatBump": false,
"ignoreRecommendedBump": true,
"infile": "CHANGELOG.md",
"preset": {
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "refactor",
"section": "Restructured"
},
{
"type": "perf",
"section": "Performance Improved"
},
{
"type": "chore",
"hidden": true
},
{
"type": "docs",
"hidden": true
},
{
"type": "test",
"hidden": true
},
{
"type": "style",
"hidden": true
}
]
}
}
}
}Last updated on