Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

jd/git-tag-pbr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

git-tag-pbr is a simple program to automate the tagging of release of software using pbr.

Usage

Simply run:

$ git tag-pbr

The version will be automatically computed based on the output of python setup.py --version. This therefore makes usage of Sem-Ver pseudo-headers in commit messages as described in pbr documentation.

You can override the version number by passing it a version as argument:

$ git tag-pbr 1.2.3

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages