Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 620 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 620 Bytes

semantic-release-image

semantic-release is used for automating the whole package release workflow.

Setup pre-commit

Install pre-commit on your local (virtual) machine: pip3 install pre-commit==<version>

In your repo path, please run: pre-commit install,

If you want to use your own pre-commit config, please do: pre-commit install -c <your-config>

For commitlint pre-commit hook

Following the instruction from commitlint pre-commit hook for the setup.