ant design mobile components
- @antd-mobile/dialog
- @antd-mobile/feedback
- @antd-mobile/pull-to-refresh
- Checkout from develop branch
- Create a pull request from
your-branch
to develop - If you are block by husky when push to
your-branch
, Thenpm run format
may fix it - Angular commit message is taken https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines
- Create a pull request(pr) from develop to master
- Merge the pull request
- Have a coffee, and the circleci will release automatically
- Note, after release, the develop branch will also update by bot. You can't merge pull request util the branch develop is up-to-date
As the Release above, but you need merge develop to alpha branch instead of master
You can add examples dir to each package with *.mdx
as what pull-to-refresh
done
It will auto update after Release(or Release alpha) by circleci
npm run start
can run examples locally
react-component-mobile is released under the MIT license.