diff options
Diffstat (limited to 'debian/watch')
-rw-r--r-- | debian/watch | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..ba95a1f --- /dev/null +++ b/debian/watch @@ -0,0 +1,6 @@ +version=4 +opts="searchmode=plain,\ +filenamemangle=s%v?@ANY_VERSION@%@PACKAGE@-$1.tar.xz%,\ +uversionmangle=s/(\d)[_\.\-\+]?(\d)[_\.\-\+]?(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|a|b)\d*)$/$1~$2/" \ +https://api.github.com/repos/ansible-community/ansible-lint/releases?per_page=30 \ +https://api.github.com/repos/[^/]+/[^/]+/tarball/v?@ANY_VERSION@ |