Skip to main content

Find and tag Git commits based on version numbers in commit messages.

Project description

git-tagup


Find and tag Git commits based on version numbers in commit messages.

Quickstart


  1. Install git-tagup:
$ pip install git-tagup
  1. Browse to the Git repository you want to add tags to - this is usually your project root directory containing the .git directory:
$ cd path/to/project/root
  1. Run the program:
$ git-tagup

Example


$ cd path/to/project/root
$ git-tagup
Create the tag 'v0.1.1' for commit message 'Bump version to 0.1.1'? (y/n/q): n
Create the tag 'v0.1.2' for commit message 'Bump version to 0.1.2'? (y/n/q): y
Create the tag 'v0.1.3' for commit message 'Bump version to 0.1.3'? (y/n/q): q

Installation


$ pip install git-tagup

Learn More


Learn more about this project on the git-tagup project page.

Authors


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

git-tagup-0.1.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

git_tagup-0.1.0-py3-none-any.whl (3.6 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