🎵 Ch-ch-changes 🎵
Install changes
with pipx
:
pipx install changes
$ changes --help
Usage: changes [OPTIONS] COMMAND [ARGS]...
Ch-ch-changes
Options:
-V, --version Show the version and exit.
--verbose Enables verbose output.
--dry-run Prints (instead of executing) the operations to be performed.
-h, --help Show this message and exit.
Commands:
publish Publishes a release
stage Stages a release
status Shows current project release status.
Use the Makefile
targets to test
, lint
and generate the docs
:
$ make
ci Continuous Integration Commands
clean Remove Python file artifacts and virtualenv
docs Generate documentation site
lint Lint source
serve Serve documentation site
test Run tests
venv Creates the virtualenv and installs requirements