summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2024-05-21 14:32:17 +0530
committertxtsd2024-05-21 14:32:17 +0530
commit2d0facc5a2c0d1c0b20c92e87ca711722ca4b2d9 (patch)
tree16003644c792a4df04638a00705053fc3cfe6dab
parent90081e14b2202b4c49e6f725b709b9bb1fe1e0fb (diff)
downloadaur-dissent-bin.tar.gz
Setup nvchecker
Signed-off-by: txtsd <code@ihavea.quest>
-rw-r--r--.nvchecker.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..07325c724ebe
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,6 @@
+[dissent-bin]
+source = "github"
+github = "diamondburned/dissent"
+prefix = "v"
+include_regex = "v\\d+\\.\\d+\\.\\d+-{0,1}\\d{0,2}"
+use_max_tag = true