1.0.0 • Published 2 years ago

spanner-transfers v1.0.0

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

spanner-libraries

This repo houses spanner libraries used by different services (e.g. backfill lambdas and naas-transfers).

Publishing this library (How-To)

After getting your changes reviewed and merged into master.

  1. Checkout and pull the latest master
    1. git checkout master
    2. git pull origin master
  2. Look for the .npmrc publishing key file in 1Password
    1. Hint: search for .npmrc
    2. Create .npmrc file in the root directy and copy the line from 1Password.
  3. Run yarn publish
    1. This will prompt you to update the version number and then will also create a tag for the commit
  4. Add the files and push the commit making sure to push the tag as well with: git push origin HEAD --tags