Browse Source

Add note about GITHUB_TOKEN.

Mark Story 11 years ago
parent
commit
46a3f9cafb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -31,7 +31,7 @@ help:
 	@echo "================"
 	@echo ""
 	@echo "release"
-	@echo "  Create a new release of CakePHP. Requires the VERSION and GITHUB_USER parameter."
+	@echo "  Create a new release of CakePHP. Requires the VERSION and GITHUB_USER, or GITHUB_TOKEN parameter."
 	@echo "  Packages up a new app skeleton tarball and uploads it to github."
 	@echo ""
 	@echo "package"