Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 737 Bytes

PUBLISHING.md

File metadata and controls

24 lines (17 loc) · 737 Bytes

Publishing

The module is published to the npm public registry under the package name plaid.

The publishing process is handled by xyz and is exposed as a Makefile target.

To publish:

$ git checkout master
$ git pull [email protected]:plaid/plaid-node.git master
$ make release-[major|minor|patch]

See the semantic versioning guidelines to determine what level of release to publish.

Note: You MUST be a package owner to publish the module.