serverless-artillery
Version:
A serverless performance testing tool. `serverless` + `artillery` = crush. a.k.a. Orbital Laziers [sic]
23 lines (15 loc) • 530 B
Markdown
# NPM PUBLISHING
## Command Check
Please verify the following before publishing to NPM
[ ] All commands working:
* deploy
* invoke
* remove
* kill
* script
* configure
## How to Publish
[ ] Merge changes to `master` branch
[ ] Using the `master` branch, run the `npm run publish` command. Follow the instructions
on screen to change to the version number. This will tag the local git repository with that version.
[ ] Once publishing is complete, perform a `git --tags push` which will push the tags to the server.