Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.32 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.32 KB

Gush

Gush is a rapid workflow for project maintainers and contributors

Build Status Scrutinizer Quality Score SensioLabsInsight

What is this?

Gush is an app console whose intention is to automate common maintainer and contributor tasks.

  • create a Pull Request with a formatted table description of the changes
  • create github release notes
  • change the base branch of a Pull Request
  • automate retrieval of issue's message, title and comments as a text
  • merge a PR with just the number and include all github discussion on the commit message
  • tagging signing off, change branch name and some queue of common tasks

Usage

There are different ways to use Gush but we recommend this one:

$ composer global require 'cordoval/gush=dev-master'

If it is the first time you install globally a dependency then make sure you follow the instructions here.