Skip to content

dascentral/hubflow-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HubFlow Release

Summary

HubFlow Release is a utility that facilitates the generation of a HubFlow release for projects that manage the version of the application via a "package.json" file.

This utility is clearly relevant to a very narrow slice of the Internet but comes in very handy on all of my side projects.

Dependencies

Installation

composer global require "dascentral/hubflow-release"

Make sure to place the $HOME/.composer/vendor/bin directory (or the equivalent directory for your OS) in your $PATH so the executable can be located by your system.

Usage

hf release [major|minor|patch]

A "patch" release is assumed when the second argument is ommitted.

Actions Performed

  1. A HubFlow release is started
  2. The version in the "package.json" is incremented as instructed
  3. The change to the "package.json" is committed to the release branch
  4. The HubFlow release is finished

About

A release utility for projects that leverage HubFlow and package.json for version management.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages