@yilianjituan/yilian_dgerm
v1.0.7-alpha.8
Published
A react library developed with dumi
Downloads
635
Readme
yilian_dgerm
A react library developed with dumi
Usage
TODO
Options
TODO
Development
# install dependencies
$ yarn install
# develop library by docs demo
$ yarn start
# build library source code
$ yarn run build
# build library source code in watch mode
$ yarn run build:watch
# build docs
$ yarn run docs:build
# Locally preview the production build.
$ yarn run docs:preview
# check your project for potential problems
$ yarn run doctor
# 生成最新 changelog
$ yarn log关于 CHANGELOG
- 请在每次提交代码时,填写对应的 commit message,请遵循以下规范,已添加 commit 强校验来限制 commit message。
- 请在每次发布版本时,修改版本号,然后运行
yarn log更新 CHANGELOG.md 文件。 - 根据上一步的版本号打上 tag,并推送到远程仓库。
Commit Message 规范
- feat:新功能(feature)
- fix:修补 bug
- docs:文档(documentation)
- style:格式(不影响代码运行的变动)
- refactor:重构(即不是新增功能,也不是修改 bug 的代码变动)
- test:增加测试
- chore:构建过程或辅助工具的变动
LICENSE
MIT
