Skip to content

Commit

Permalink
Update prepare-for-release.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Feb 17, 2023
1 parent b0cf064 commit ccc4c88
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions automation/prepare-for-release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ function Close-FixedIssues {

}
function Merge-DevelopIntoMasterPrompt {
Write-Host "Please Develop into Master, and then Master into Develop"
Write-Host "Make sure you have no unsaved changes!" -ForegroundColor Red
Write-Host "Ctrl+C to exit"
Write-Host "Please Merge Develop into Master, and then Master into Develop"
}

Validate-SecretsFile
Expand Down

0 comments on commit ccc4c88

Please sign in to comment.