Skip to main content

Small CLI utility to enable the CI environment to communicate the deployment progress through the use of git tags.

Project description

https://img.shields.io/pypi/v/git-release-tagger.svg https://img.shields.io/pypi/dm/git-release-tagger.svg

Small CLI utility to enable the CI environment to communicate the deployment progress through the use of git tags.

Installation

$ pip install git-release-tagger

Usage

$ tag-release [-h] [-t TRIGGER] [-v] [-m MESSAGE]
               prefix {pending,deploying,failed,success}

Prefix is self explanatory.

If the release was triggered by a tag (like ‘release’) - use the –trigger option to have the tagger remove it automatically. This enables the user to retry a failed deployment just by tagging the same commit again.

Use -m to add a message to the commit. For example - a link to the build status on Jenkins / TeamCity / other CI.

Examples

$ tag-release production pending
will remove tags:
  • ‘production_pending’,

  • ‘production_deploying’,

  • ‘production_failed’,

  • ‘production_success’

will add tags:
  • ‘production_pending’

$ tag-release production success
will remove tags:
  • ‘production_pending’,

  • ‘production_deploying’,

  • ‘production_failed’,

  • ‘production_success’

will add tags:
  • ‘production_success’

  • ‘production_success_2015-11-02_16_34_26’

$ tag-release -t production production success
will remove tags:
  • ‘production’

  • ‘production_pending’,

  • ‘production_deploying’,

  • ‘production_failed’,

  • ‘production_success’

will add tags:
  • ‘production_success’

  • ‘production_success_2015-11-02_16_34_26’

Release History

0.0.2 (2016-03-09)

  • ‘git push’ is run with –no-verify to skip pre-push hooks.

0.0.1 (2015-11-03)

  • Initial release.

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-release-tagger-0.0.2.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

git_release_tagger-0.0.2-py2.py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 2 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