Skip to content

Commit

Permalink
add checklist to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Dec 2, 2021
1 parent f5d1575 commit cae2bfb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Write-Output "Did you check..."
Write-Output "1) That you are on master?"
Write-Output "2) That you are up to date with origin?"
Write-Output "3) That the changelog is updated?"
Write-Output "4) That the assembly version is updated?"
Write-Output "5) That you specified the correct assembly version when running this script?"
Read-Host

$version = $args[0]

git add .
Expand Down

0 comments on commit cae2bfb

Please sign in to comment.