gitflow-publisher

1.1.34 • Public • Published

gitflow-publisher

a small utility to automate deployment and packaging with gitflow

VERSION DOWNLOADS ISSUES LICENCE

BUILD STANDARDJS DEPENDENCIES

NPM

overview

In a usual case, a gitflow deployment would be as follows:

  • Initialize the repository for gitflow
  • Start a new release
  • Bump the version number
  • Compile any generated documents that are part of the source code (as documentation)
  • Stage and commit the changes
  • Create a tag for the release
  • Push the above changes
  • Run any other processes that required the release to be completed, for example publishing the module to npm

gitflow-publisher comes to automate the above procedure in one step.

usage

modules

copyright and license

Code and documentation copyright 2016 akon. Code released under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i gitflow-publisher

Weekly Downloads

44

Version

1.1.34

License

MIT

Last publish

Collaborators

  • akon