Skip to content

Commit 9763d47

Browse files
committedAug 29, 2016
Make sure we're up-to-date before release
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 3f7a774 commit 9763d47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎scripts/release

+4
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ function cleanup {
4646
status '*** Nikola Release Scripts'
4747
dates=$(date '+%s')
4848

49+
# Make sure we're up-to-date
50+
git checkout master
51+
git pull origin master
52+
4953
echo -n "Version (in format X.Y.Z): "
5054
read version
5155

0 commit comments

Comments
 (0)
Please sign in to comment.