@proprioo/hokkaido
v13.5.9
Published
Proprioo typings
Readme
Hokkaido
Hokkaido is our typings / helpers library. Made with ❤️.
How to build ?
Use npm run build
Update version
Before each change, please update CHANGELOG.md with a new version using the following template:
**major.minor.patch**
* Commit message
OR
**BREAKING CHANGE** Commit message- Fix: patch
- Component / Feature: minor
- Everything which can bring changes in the different projects: major
When changelog is updated, don't forget to bump the package.json version with:
$ npm version [major | minor | patch]Release new version to npm.js
- Publishing is triggered by pushing a tag matching
v*.*.*(e.g.,v1.2.3) to the repository. - The workflow runs build, lint, and tests before publishing.
- Build artifacts are uploaded for traceability.
See CONTRIBUTING.md for more details.
