@bucketeer/evaluation
v0.0.9
Published
```sh make init make gen_proto ```
Readme
Evaluation module for Node.JS
Development
Setup
make init
make gen_protoBuild
make buildUnit tests
make testLint
make lintRelease to NPM
Publishing is run manually with the
Publish TypeScript evaluation to npm
GitHub Actions workflow.
Before the first release, configure an npm trusted publisher for
@bucketeer/evaluation with:
- Organization or user:
bucketeer-io - Repository:
bucketeer - Workflow filename:
publish-evaluation-ts.yaml
To release a new version:
- Update the version in
package.json. - Merge the change into
main. - Run the workflow from the
mainbranch to publish. Enabledry_runto verify the package from another branch without publishing it.
The workflow builds and publishes the package with npm trusted publishing (OIDC), so an npm token is not required.
