runas-gitflow-publish

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i runas-gitflow-publish

Weekly Downloads

1

Version

0.1.2

License

ISC

Unpacked Size

56.7 kB

Total Files

10

Last publish

Collaborators

  • alberto.eyo.contractor
  • apecr
  • sbonacho