Skip to main content

Git flow wrapper to save few lines

Project description

Auto git flow PEP8

Features

  • Auto complete the versions when typing git flow release start or git flow hotfix start

Usage

Install

pip install auto-git-flow

Start a new minor release X.X+1.X

gfrs # instance for "git flow release start X.X+1.X"

Start a new major release X+1.X.X

gfrs m # instance for "git flow release start X+1.X.X"
gfrs -m
gfrs --major

Start a new hotfix X.X.X+1

gfhs # instance for "git flow hotfix start X.X.X+1"

Note

  • Expected (and supported) tag format is "X.X.X"
  • Checkout changelogfromtags to auto generate a changelog from tags

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

auto-git-flow-1.0.2.tar.gz (10.7 kB view hashes)

Uploaded Source

Built Distribution

auto_git_flow-1.0.2-py3-none-any.whl (9.8 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