We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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);
The text was updated successfully, but these errors were encountered:
(cake-buildGH-630) Add additional aliases for GitReleaseManager commands
43ed79b
gep13
No branches or pull requests
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:
We should provide additional aliases as an overload, so that this can be executed as follows:
The text was updated successfully, but these errors were encountered: