update README for anitya, change version to dev

closes #57
This commit is contained in:
lilydjwg 2017-07-25 15:36:40 +08:00
parent 2d2f7149aa
commit 933df7da4c
2 changed files with 10 additions and 2 deletions

View File

@ -35,6 +35,7 @@ Contents
* `Check Arch Linux official packages <#check-arch-linux-official-packages>`_
* `Check Debian Linux official packages <#check-debian-linux-official-packages>`_
* `Check Ubuntu Linux official packages <#check-ubuntu-linux-official-packages>`_
* `Check Anitya (release-monitoring.org) <#check-anitya>`_
* `Manually updating <#manually-updating>`_
* `Version Control System (VCS) (git, hg, svn, bzr) <#version-control-system-vcs-git-hg-svn-bzr>`_
* `Other <#other>`_
@ -341,7 +342,7 @@ strip-release
Strip the release part.
Check Ubuntu Linux official packages
----------------------------------
------------------------------------
This enables you to track the update of `Ubuntu Linux official packages <https://packages.ubuntu.com/>`_, without needing of apt and an updated local APT database.
ubuntupkg
@ -353,6 +354,13 @@ suite
strip-release
Strip the release part.
Check Anitya
------------
This enables you to track updates from `Anitya <https://release-monitoring.org/>`_ (release-monitoring.org).
anitya
``distro/package``, where ``distro`` can be a lot of things like "fedora", "arch linux", "gentoo", etc. ``package`` is the package name of the chosen distribution.
Manually updating
-----------------
This enables you to manually specify the version (maybe because you want to approve each release before it gets to the script).

View File

@ -1,4 +1,4 @@
# MIT licensed
# Copyright (c) 2013-2017 lilydjwg <lilydjwg@gmail.com>, et al.
__version__ = '0.5'
__version__ = '0.5.1dev'