Browse Source

Adding a small docblock

Jose Lorenzo Rodriguez 11 years ago
parent
commit
954f7d06eb
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Makefile

+ 5 - 0
Makefile

@@ -1,3 +1,8 @@
+# The following env variables need to be set:
+# - VERSION
+# - GITHUB_USER
+# - GITHUB_TOKEN (optional if you have two factor authentication in github)
+
 # Use the version number to figure out if the release
 # is a pre-release
 PRERELEASE=$(shell echo $(VERSION) | grep -E 'dev|rc|alpha|beta' --quiet && echo 'true' || echo 'false')