BorderBulk SDK (API client)
Contributing
Format of commits you can find here: conventional-changelog-angular.
Releases
- Pushes to branches that are not master
When you're pushing to any branch that is not master
we are going to create and publish to npm a new beta with:
- tag: branch name
- version: build number on CircleCI.
Then, you can run npm view
to get the version that was just created.
We can study the possibility to send the new version by slack message or something.
For publish a new version. We will need to create a new version as we do in the other projects.
- Create a branch from master
- $ npm --no-git-tag-version version $NEW_VERSION
- Merge the branch into master
And then a new step to publish the version:
- $ npm publish