You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change property name in different goal. e.g. pushRemote in hotfix-finish goal change to pushRemoteHotfixFinish.
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?
E.g. set
fetchRemote
forrelease-start
totrue
andfalse
forfeature-start
.See #23 and #32.
The text was updated successfully, but these errors were encountered: