runas-gitflow-flows

Flows for General Release Management

Usage no npm install needed!

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

README

Main Index:

Available Commands:

FLOWS

finish ([Git flow]: Finish and merge branch)

[Index]

Steps in this flow:
  1. merge

  2. validate

  3. setVersion

  4. finish

  5. publish

init ([Git flow]: Initialize set of branches)

[Index]

Steps in this flow:
  1. init

merge ([Git flow]: Merge branch)

[Index]

Steps in this flow:
  1. merge

  2. validate

publish (Publish on every context)

[Index]

Steps in this flow:
  1. build_

  2. package

  3. publish

start ([Git flow]: Start new branch)

[Index]

Start a branch from another

Steps in this flow:
  1. start

  2. setVersion

  3. push

STEPS

PLUGINS