SDK library for types, function calls and React components to embed Inventive content in any web app
We use Conventional Commit to enforce commit message style. Here is a list of rules to follow.
<type>: <short summary>
│ │
│ └─⫸ Summary in present tense. Not capitalized. No period at the end.
│
└─⫸ Commit Type: build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test
- Make sure you are logged into your npm for
--scope=@inventive
:npm login --scope=@inventive
- Make sure the version number is properly bumped
- In the command line, run the following command:
it will build the package and publish it to the npm registry under the said version number.
yarn publish:npm