runas-gitflow-publish

gitflow publish step

Usage no npm install needed!

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

README

Main Index:

Available Commands:

STEPS

release::publish (git flow publish)

[Index]

Description

Publish step for gitflow.

Parameters

  • --deletedBranch: String, name of the branch to be delete on remote.
  • --tag: Boolean, if true -> make a tag in actual branch and push it.
  • --jsonFiles: [Array], default: ['bower.json', 'package.json'] : Sets json files to search in order to be changed, used by runas-plugin-semver

Stages

Run

git push --all git push --tags

release::push (git flow push)

[Index]

Description

Push step for gitflow.

Parameters

  • --branchName: String, name of the branch to be set as upstream

Stages

Run

git push --set-upstream origin ${branchName} git push --all git push --tags