0.8.0 • Published 3 years ago

test-1tool v0.8.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

PayPay DevTool Extension - dev notes

Please use this Readme for internal dev notes, README.md is published by the extension.

Simulator

Run yarn start to start local (React) server

Release

Update version in package.json, and add information to CHANGELOG.md

Create a version tag

  • git checkout master
  • git tag -a v0.2.1 -m "v0.2.1"
  • git push origin v0.2.1

Rebase release branch

  • git checkout release
  • git rebase master
  • git push origin release

Install

Installation options:
1. code --install-extension <VSIX-file>
2. VSCode UI: Select 'Extensions' -> '...' -> 'Install from VSIX'