Fix watchfile to detect new versions on github
Andreas Tille
8 months ago
|
0 |
ctdconverter (2.1-4) UNRELEASED; urgency=medium
|
|
1 |
|
|
2 |
* Team upload.
|
|
3 |
* Fix watchfile to detect new versions on github
|
|
4 |
|
|
5 |
-- Andreas Tille <tille@debian.org> Thu, 14 Oct 2021 08:50:59 +0200
|
|
6 |
|
0 | 7 |
ctdconverter (2.1-3) unstable; urgency=medium
|
1 | 8 |
|
2 | 9 |
* Team upload.
|
0 | 0 |
version=4
|
1 | 1 |
# Uncomment to find new files on Github
|
2 | 2 |
# - when using releases:
|
3 | |
https://github.com/WorkflowConversion/CTDConverter/releases .*/archive/v?@ANY_VERSION@@ARCHIVE_EXT@
|
|
3 |
https://github.com/WorkflowConversion/CTDConverter/releases .*/v?@ANY_VERSION@@ARCHIVE_EXT@
|
4 | 4 |
# - when using tags
|
5 | 5 |
# https://github.com/#GITHUBUSER#/#PACKAGE#/tags .*/#PREFIX#@ANY_VERSION@@ARCHIVE_EXT@
|
6 | 6 |
# Remark: frequently you can do s/#PREFIX#/v?/ since 'v' or nothing is quite common but there are other prefixes possible
|