Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 479 Bytes

UPDATING.md

File metadata and controls

7 lines (6 loc) · 479 Bytes

Updating to latest protos

  1. Clone/pull latest POGOProtos
  2. Execute ./compile_single.py -d in POGOProtos directory
  3. Copy all the .proto from POGOProtos tmp directory into node-pogo-protos proto directory (empty it first in case some protos have been removed/renamed)
  4. Execute ./generate-typings.sh in node-pogo-protos directory
  5. Bump version number (same version as POGOProtos) in package.json and add version tag