1.0.11 • Published 2 years ago

@streamline-technology/release-scripts v1.0.11

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

release-scripts

SemVer Release Tool

Prefered package manager pnpm.

To contribute:

  1. Run pnpm i the root folder to install dependencies.
  2. On push or PR to main, the CI GH action will be triggered.
  3. The CI GH action will run pnpm qa to do linting, prettier, and finally build if all is well.

To Release a new version and Publish to NPM:

  1. Run pnpm release in the root folder to update the package version and push to git with a label.
  2. On GH tag above, the Publish GH action will be triggered and run scripts/publish.ts.
  3. The publish script will publish to npm.

To use (in another repo):

  1. Run pnpm add @streamline-technology/release-scripts in the root folder.
  2. Use the release or publish methods.
1.0.11

2 years ago

1.0.10

2 years ago