Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to configure same parameter differently for different goals #33

Open
aleksandr-m opened this issue Feb 2, 2017 · 1 comment
Open
Assignees

Comments

@aleksandr-m
Copy link
Owner

aleksandr-m commented Feb 2, 2017

E.g. set fetchRemote for release-start to true and false for feature-start.

See #23 and #32.

@fliu721
Copy link

fliu721 commented Apr 15, 2019

I think there is two way to fix this.

  1. Change property name in different goal. e.g. pushRemote in hotfix-finish goal change to pushRemoteHotfixFinish.

  2. Change property type from Boolean to String, property value is a comma-separated goal name string. e.g. If property pushRemote value is hotfix-start,hotfix-finish means hotfix-start and hotfix-finish goal need to push to remote and other goal not in this string will not push remote.

And I commit a pull request with the first solution.
What do you think about this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants