redfort-sdk

1.0.68 • Public • Published

redfort-sdk

Steps to publish the redfort-sdk to npm

  1. merge code changes to master branch and checkout to master

    git checkout master

  2. take the latest pull from the master branch, make sure your changes are there in master branch

    git pull

  3. create new branch from master to update the version

    git checkout -b branch_name

  4. make sure your in the new branch, run the below command to update the version

    npm version patch

  5. above command updates the version in package.json and package-lock.json and pushes it to the bitbucket.

  6. create a pull request from your branch on bitbucket and get it merged to master

  7. once PR is merged to master, checkout master branch and take latest pull and make sure version is updated properly.

    git checkout master and git pull

  8. once you verified the changes, get the npm token from respective module owners, open terminal in redfort-sdk folder and run below command to export the token

    export NPM_TOKEN=paste the token here

  9. run below command to publish package

    npm publish

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.68
    5
    • latest

Version History

Package Sidebar

Install

npm i redfort-sdk

Weekly Downloads

8

Version

1.0.68

License

none

Unpacked Size

43.3 kB

Total Files

13

Last publish

Collaborators

  • team-cartos