Skip to content

Commit

Permalink
Make sure we're up-to-date before release
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Aug 29, 2016
1 parent 3f7a774 commit 9763d47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/release
Expand Up @@ -46,6 +46,10 @@ function cleanup {
status '*** Nikola Release Scripts'
dates=$(date '+%s')

# Make sure we're up-to-date
git checkout master
git pull origin master

echo -n "Version (in format X.Y.Z): "
read version

Expand Down

0 comments on commit 9763d47

Please sign in to comment.