Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 736 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 736 Bytes

spark

SP Retrieval Checker Module

Development

Install Zinnia CLI.

$ # Install dev tooling
$ npm ci
$ # Lint
$ npm run lint
$ # Fix linting issues
$ npm run lint:fix
$ # Run module
$ zinnia run main.js
$ # Test module
$ zinnia run test.js

Release

On a clean working tree, run the following command:

$ ./release.sh <semver>
$ # Example
$ ./release.sh 1.0.0

Use GitHub's changelog feature to fill out the release notes.

Publish the new release and let the CI/CD workflow upload the sources to IPFS & IPNS.