Skip to main content

A CLI tool that infers a next version number for Git repos.

Project description

chronos

pipeline status Documentation Status sonarcloud quality gate sonarcloud coverage sonarcloud bugs sonarcloud reliability

A CLI tool that infers a next version number for Git repos. It does its magic by looking at the commit messages of commits made since the last tag that had a semver in it. For this to work properly, your commits should following the Conventional Commits spec.

Getting started

To use the tool:

  • pip install --user chronos-cli
  • Change into a Git repo.
  • chronos infer

To bootstrap a development environment (after you've cloned the repo and changed into it):

  • pip install --user pipenv
  • pipenv sync --dev

Documentation

Docs are hosted at https://chronos-cli.readthedocs.io.

Style

This project follows PEP8.

Testing

  • pytest will run unit tests in this repo.
  • flake8 will lint the code.

This repo also has a CI/CD pipeline built with Ansible and GitLab CI.

The pipeline's Ansible playbook can be run on your *nix workstation too:

ansible-playbook ansible/pipeline.yml --tags build

Contributing

Commits should follow the Conventional Commits spec.

FAQ

TODO

Acknowledgements

  • Thanks to Eric Poitras for asking me to write an earlier version of what would become this tool. This was really his idea.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chronos-cli-0.1.6.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

chronos_cli-0.1.6-py3-none-any.whl (18.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page