Skip to main content

simply makes a git release using github api v3

Project description

https://api.travis-ci.org/chfw/gease.svg?branch=master https://codecov.io/gh/chfw/gease/branch/master/graph/badge.svg
A long long time ago, ancient developers do not have the command to do a github
release. They relied on mouse clicks and web user interface to do their releases.
Until 2017, they got a specialized command, **gs** and realized release management
is no long a manual job.

gease simply makes a git release using github api v3.

https://github.com/chfw/gease/raw/master/images/cli.png

Installation

You can install it via pip:

$ pip install gease

or clone it and install it:

$ git clone http://github.com/chfw/gease.git
$ cd gease
$ python setup.py install

Setup and Configuration

First, please create personal access token for yourself on github.

https://github.com/chfw/gease/raw/master/images/generate_token.png

Next, please create a gease file(.gease) in your home directory and place the token inside it. Gease file is a simple json file. Here is an example:

{"user":"chfw","personal_access_token":"AAFDAFASDFADFADFADFADFADF"}

Command Line

gease simply makes a git release using github api v3. version 0.0.1

Usage: gs repo tag [release message]

where:

   release message is optional. It could be a quoted string or space separate
       string

Examples:

   gs gease v0.0.1 first great release
   gs gease v0.0.2 "second great release"

License

MIT

Change log

v0.0.1 - 13.10.2017

First release. Make a release from command line

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

gease-0.0.1.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

gease-0.0.1-py2.py3-none-any.whl (8.6 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