Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 289 Bytes

UPDATING.md

File metadata and controls

9 lines (7 loc) · 289 Bytes

Updating to latest protos

  1. Clone
  2. Add/Modify needeed files in proto directory
  3. Execute in node-pogo-protos directory:
    • npm run build
  4. Bump version number (same version as POGOProtos) in package.json and add version tag
  5. Do a PR for other to benefit from your work