@streamline-technology/release-scripts
v1.0.11
Published
SemVer Release Tool
Downloads
1
Readme
release-scripts
SemVer Release Tool
Prefered package manager pnpm.
To contribute:
- Run
pnpm i
the root folder to install dependencies. - On push or PR to main, the
CI GH action
will be triggered. - The
CI GH action
will runpnpm qa
to do linting, prettier, and finally build if all is well.
To Release a new version and Publish to NPM:
- Run
pnpm release
in the root folder to update the package version and push to git with a label. - On GH tag above, the
Publish GH action
will be triggered and run scripts/publish.ts. - The publish script will publish to npm.
To use (in another repo):
- Run
pnpm add @streamline-technology/release-scripts
in the root folder. - Use the release or publish methods.