mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-08-31 17:49:33 +00:00
Prepare for release 1.0.2
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
# Change Log
|
||||||
|
|
||||||
|
## v1.0.2
|
||||||
|
|
||||||
|
* Increased emulator boot timeout to **5 mins**.
|
||||||
|
|
||||||
|
## v1.0.1
|
||||||
|
|
||||||
|
* Fixed docs.
|
||||||
|
* Minor internal changes.
|
||||||
|
|
||||||
|
## v1.0.0
|
||||||
|
|
||||||
|
Initial release.
|
||||||
@@ -5,6 +5,7 @@ Refer to the [recommendeations for versioning and releasing actions](https://git
|
|||||||
## New major release
|
## New major release
|
||||||
|
|
||||||
- From `master` branch, run `npm run build && npm test --clean && npm run lint` to make sure `lib/*.js` are up-to-date.
|
- From `master` branch, run `npm run build && npm test --clean && npm run lint` to make sure `lib/*.js` are up-to-date.
|
||||||
|
- Update `CHANGELOG.md`, push change with "Prepare for release X.Y.Z." (where X.Y.Z is the new version).
|
||||||
- Create a new branch e.g. `release/v1`, comment out `node_modules/` in `.gitignore`, commit the change (do not commit yet `node_modules`).
|
- Create a new branch e.g. `release/v1`, comment out `node_modules/` in `.gitignore`, commit the change (do not commit yet `node_modules`).
|
||||||
- Run `npm prune --production`.
|
- Run `npm prune --production`.
|
||||||
- Now commit the changes (the pruned `node_modules`).
|
- Now commit the changes (the pruned `node_modules`).
|
||||||
@@ -17,6 +18,7 @@ Refer to the [recommendeations for versioning and releasing actions](https://git
|
|||||||
## New minor / patch release
|
## New minor / patch release
|
||||||
|
|
||||||
- From `master` branch, run `npm run build && npm test --clean && npm run lint` to make sure `lib/*.js` are up-to-date.
|
- From `master` branch, run `npm run build && npm test --clean && npm run lint` to make sure `lib/*.js` are up-to-date.
|
||||||
|
- Update `CHANGELOG.md`, push change with "Prepare for release X.Y.Z." (where X.Y.Z is the new version).
|
||||||
- Merge from `master` into the release branch e.g. `release/v1`.
|
- Merge from `master` into the release branch e.g. `release/v1`.
|
||||||
- Run `npm prune --production`.
|
- Run `npm prune --production`.
|
||||||
- Commit merged changes (and the pruned `node_modules`).
|
- Commit merged changes (and the pruned `node_modules`).
|
||||||
|
|||||||
Reference in New Issue
Block a user