Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PUBLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Hippy version management follows principle that all modules use same version.

## 1. Update Version Number

The front-end Uses [lerna](https://lerna.js.org/) for versioning and CHANGELOG generation, but cannot use its publishing functionality because it needs to update the terminal package.
The front-end uses [lerna](https://lerna.js.org/) for versioning and CHANGELOG generation, but cannot use its publishing functionality because it needs to update the terminal package.

Update version and CHANGELOG usage:

Expand Down Expand Up @@ -155,7 +155,7 @@ git push origin tag # 提交 tag
```bash
// annotation local reference in `setting.gradle`
// include 'android-sdk'
// project(':android-sdk').projectDir = new File('../../ android/sdk')
// project(':android-sdk').projectDir = new File('../../android/sdk')

--------------

Expand Down
Loading