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 Aug 21, 2022
1 parent 052d6f3 commit c77bbe1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions automation/prepare-for-release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ 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"
pause
}

Validate-SecretsFile
Expand All @@ -54,6 +53,4 @@ Merge-DevelopIntoMasterPrompt

# Flow:
# close all `Status: Fixed In Next Release` issues
# merge develop into master and master into develop afterwards
# run github-changelog-generator
# pause and run modpack-uploader if wanted
# merge develop into master and master into develop afterwards

0 comments on commit c77bbe1

Please sign in to comment.