Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 495 Bytes

File metadata and controls

29 lines (25 loc) · 495 Bytes

git-release

Install git python

pip3 install gitpython

Download from source

cd /Users/<user>/repos
git clone https://github.com/wiebekn/git-release.git
cd git-release

Make symlink so you can run it from everywhere

ln -s git-release /usr/local/bin/git-release

Copy template configfile to your project

cp .gitrelease /Users/<user>/repos/myProject

Usage

change .gitrelease to your needs and run

git-release