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

The Aliases in GitReleaseManager should provide overloads for not passing in Settings #630

Closed
gep13 opened this issue Jan 10, 2016 · 0 comments
Assignees
Milestone

Comments

@gep13
Copy link
Member

gep13 commented Jan 10, 2016

There are several aliases within the GitReleaseManager Tool that don't require anything other than the mandatory parameters.

When using these aliases, you have to do something like this in your build.cake file:

    GitReleaseManagerPublish(userName, password, "gep13", "readthedocs-vscode", version, new GitReleaseManagerPublishSettings {
    });

We should provide additional aliases as an overload, so that this can be executed as follows:

    GitReleaseManagerPublish(userName, password, "gep13", "readthedocs-vscode", version);
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

1 participant