Skip to content

Commit

Permalink
fix: Updating Readme again
Browse files Browse the repository at this point in the history
  • Loading branch information
Will-Hyde authored Mar 23, 2023
1 parent b081041 commit 13f86b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,13 @@ Below is a list of all functions exposed through the zSale SDK.
## Release
Release tagging and publishing is now done through a CircleCi integration.

- When adding one of the release triggers, make sure to use the correct capitalization

- By including "fix(<subject>)" as the title of your pull request or commit message it will trigger a patch/fix release

- By including "feat(<subject>)" as the title of your pull request or commit message it will trigger a feature/minor release

- By including "BREAKING CHANGE" as the title of your pull request or commit message it will trigger a major release

- You may skip a release by including [skip ci] in the commit message, if done this way then the current commit will not create a new tag and will not publish changes to the NPM package

0 comments on commit 13f86b7

Please sign in to comment.