packages/chore/ci #86

Merged
malo merged 5 commits from packages/chore/ci into master 2022-12-12 02:30:50 +00:00
Showing only changes of commit 1e305c75bd - Show all commits

View File

@ -171,10 +171,16 @@ Note that your issue will be close after merging on master.
Before closing the issue, please check tests and update coverage. You might run : Before closing the issue, please check tests and update coverage. You might run :
```shell ```shell
melos run test melos run test:all # this will run all tests in this project
melos run gen_coverage melos run gen-coverage # this will generate coverage report
melos run gen-class-models # this will generate plantuml class diagrams
melos run quality-check # this will run all targets generally expected in CI
melos run publish:validate # this will run a validation before publish packages
melos run publish # this will publish packages
``` ```
> Note that only modified package will be verified and published.
#### Merge your work #### Merge your work
After closing your issue, some work may have been done on master in the meantime. To keep a clean git history, please rebase before opening a change request. After closing your issue, some work may have been done on master in the meantime. To keep a clean git history, please rebase before opening a change request.