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.

If you're like me, you often add the version number for a commit into the commit message itself, something like:

$ git commit -m "Bump version to 2.1.5"

If you're still like me you probably forget to create a tag for the new version and push it to the remote repository. I end up having projects that have many un-tagged commits from months or years ago that never get real tags.

I created git-tagup to conveniently search through the active branch in a Git repository and find un-tagged commits containing version numbers in the commit message. For each one it finds, the tool asks the user whether they want to create a tag for it.

Currently only SemVer versioning format is supported, but I'm happy to take requests for other formats.

Happy tagging!

Requirements


  • Python 3.6 or greater
  • Pip (Package manager for Python)

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
  1. If version numbers are found in the commit messages, answer the prompts with a y to create the tag or n to skip it.

  2. Don't forget to push the new tags to your remote when done!

$ git push --followtags

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.2.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

git_tagup-0.1.2-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file git-tagup-0.1.2.tar.gz.

File metadata

  • Download URL: git-tagup-0.1.2.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.2 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.3

File hashes

Hashes for git-tagup-0.1.2.tar.gz
Algorithm Hash digest
SHA256 f8e139cbe2bbc078bc6ae7005ce9745b06daf9be29706e417b3ecaf06faf8d2c
MD5 811ca8f71349c76ca3cf6444df6e46cf
BLAKE2b-256 1e853e0c7b839959202e5a1e3dfbad1c658001f83daae00301798af5b07ebc50

See more details on using hashes here.

File details

Details for the file git_tagup-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: git_tagup-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.2 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.3

File hashes

Hashes for git_tagup-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 906930a219119a4ea00f33e8adde8459272558bedf087045cfac6da05b31183f
MD5 ccaa75f6a87ad91392d38a16b2bdd315
BLAKE2b-256 e132a1d4f2dd7be5a63e5c8712e0189ec6316c7225cde1bd6fc8d39d3e6c0e4f

See more details on using hashes here.

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