runas-gitflow-publish
v0.1.2
Published
gitflow publish step
Downloads
11
Readme
Main Index:
Available Commands:
STEPS
release::publish (git flow publish)
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)
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