From d2049aa3ce3312039cd9de89e3d97c1499f6928e Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Wed, 4 Nov 2015 20:13:32 +0800 Subject: [PATCH] update README --- README.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 6f5e42a..f129378 100644 --- a/README.rst +++ b/README.rst @@ -125,13 +125,13 @@ github branch Which branch to track? Default: ``master``. -An environment variable ``NVCHECKER_GITHUB_TOKEN`` can be set to a GitHub OAuth token in order to request more frequently than anonymously. - use_latest_release Set this to ``true`` to check for the latest relase on GitHub. An annotated tag creates a "release" on GitHub. It's not the same with git tags, which includes both annotated tags and lightweight ones. +An environment variable ``NVCHECKER_GITHUB_TOKEN`` can be set to a GitHub OAuth token in order to request more frequently than anonymously. + Check BitBucket --------------- Check `BitBucket `_ for updates. The version returned is in date format ``%Y%m%d``, e.g. ``20130701``. @@ -245,10 +245,6 @@ Bugs ==== * Finish writing results even on Ctrl-C or other interruption. -TODO -==== -* Support GitHub tags - Footnotes ========= .. [v0.3] Note: with nvchecker <= 0.2, there are one more colon each line. You can use ``sed -i 's/://' FILES...`` to remove them.