0.1.4 • Published 6 years ago
tony-lang v0.1.4
The Tony programming language
Listen to changes and make them accessible through tony from the command line:
$ yarn startRun ESLint:
$ yarn eslintRun TypeScript compiler checks:
$ yarn tscRun tests:
$ yarn testRelease
- Review breaking changes and deprecations in
CHANGELOG.md. - Change the version in
package.jsonandsrc/version.ts. - Reset
CHANGELOG.md. - 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
mastersince the last release. - The release workflow will publish the package to NPM and GPR.