Listen to changes and make them accessible through tony
from the command line:
$ yarn start
Run ESLint:
$ yarn eslint
Run TypeScript compiler checks:
$ yarn tsc
- Change the version in
package.json
. - Create a pull request to merge the changes into
master
. - After the pull request was merged, create a new release listing the breaking changes and commits on
master
since the last release. - The release workflow will publish the package to NPM and GPR.