Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.07 KB

README.developer.md

File metadata and controls

38 lines (24 loc) · 1.07 KB

Development Guide

Make Patch or Release

Prerequisite:

pip install wheel twine bumpversion

Create release

./etc/scripts/dbnd-release patch|release

Pre Commit hooks

dbnd.git has pre-commit hooks file. Run pre-commit install to install pre-commit into your git hooks. pre-commit will now run on every commit. Every time you clone a project using pre-commit running pre-commit install should always be the first thing you do.

If you want to manually run all pre-commit hooks on a repository, run pre-commit run --all-files. To run individual hooks use pre-commit run <hook_id>.

The first time pre-commit runs on a file it will automatically download, install, and run the hook. Note that running a hook for the first time may be slow. For example: If the machine does not have node installed, pre-commit will download and build a copy of node.

If you want to install pre-commit app on osx:

brew install pre-commit

Debug

User Space Task and Configs objects build

[task_build]
verbose=True