-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Makes build cake 1.0.0 compatible #1436
Conversation
cf4f9bf
to
30dd5d0
Compare
30dd5d0
to
7806238
Compare
@abriening Hi Andrew! Please do the following:
|
7806238
to
77cc435
Compare
@abriening Hi Andrew! |
My PRs were ignored for several years. I've moved to https://github.com/microsoft/reverse-proxy instead of ocelot. |
Andrew! |
@@ -441,22 +441,22 @@ private void PublishPackages(ConvertableDirectoryPath packagesDir, ConvertableFi | |||
|
|||
private void CreateGitHubRelease() | |||
{ | |||
var json = $"{{ \"tag_name\": \"{versioning.NuGetVersion}\", \"target_commitish\": \"main\", \"name\": \"{versioning.NuGetVersion}\", \"body\": \"{ReleaseNotesAsJson()}\", \"draft\": true, \"prerelease\": true }}"; | |||
|
|||
var json = $"{{ \"tag_name\": \"{versioning.NuGetVersion}\", \"target_commitish\": \"master\", \"name\": \"{versioning.NuGetVersion}\", \"body\": \"{ReleaseNotesAsJson()}\", \"draft\": true, \"prerelease\": true }}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
var json = $"{{ \"tag_name\": \"{versioning.NuGetVersion}\", \"target_commitish\": \"master\", \"name\": \"{versioning.NuGetVersion}\", \"body\": \"{ReleaseNotesAsJson()}\", \"draft\": true, \"prerelease\": true }}"; | |
var json = $"{{ \"tag_name\": \"{versioning.NuGetVersion}\", \"target_commitish\": \"main\", \"name\": \"{versioning.NuGetVersion}\", \"body\": \"{ReleaseNotesAsJson()}\", \"draft\": true, \"prerelease\": true }}"; |
We make releases on main which protected!
master is not protected anymore, and this branch was removed.
77cc435
to
cc8416f
Compare
Fixes / New Feature #
Proposed Changes
dotnet cake
in MakefileDeleteDirectory
signature