Skip to content

Commit

Permalink
debian/watch: Look at tags instead of releases
Browse files Browse the repository at this point in the history
  • Loading branch information
df7cb committed Oct 7, 2022
1 parent 7ebb25b commit 72d865a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/watch
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=3
opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/PAF-$1\.tar\.gz/,uversionmangle=s/_beta/~beta/;s/_alpha/~alpha/;s/_rc/~rc/ \
https://github.com/ClusterLabs/PAF/releases .*/v?(\d\S+)\.tar\.gz
https://github.com/ClusterLabs/PAF/tags .*/v?(\d\S+)\.tar\.gz

0 comments on commit 72d865a

Please sign in to comment.