@guardian/commercial-core
v7.1.0
Published
Guardian advertising business logic
Downloads
277
Keywords
Readme
@guardian/commercial-core
Guardian advertising business logic
Table of contents
Installation
yarn add @guardian/commercial-core
Bundling
This package uses ES2020
.
If your target environment does not support that, make sure you transpile this package when bundling your application.
Development
Requirements
Releasing
Changes are automatically released to NPM.
The main
branch on GitHub is analysed by semantic-release after every push.
If a commit message follows the conventional commit format, semantic-release can determine what types of changes are included in that commit.
If necessary, it will then automatically release a new, semver-compliant version of the package to NPM.
Pull requests
Try to write PR titles in the conventional commit format, and squash and merge when merging. That way your PR will trigger a release when you merge it (if necessary).