gitflow-publisher

a small utility to automate deployment and packaging with gitflow

Usage no npm install needed!

<script type="module">
  import gitflowPublisher from 'https://cdn.skypack.dev/gitflow-publisher';
</script>

README

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.