git » libreoffice-still.git » commit a5c51e9

add nvchecker.toml

author Andreas Radke
2024-02-21 20:52:26 UTC
committer Andreas Radke
2024-02-21 20:52:26 UTC
parent caaa6df92fa81c3f0a4f25a207a4ad9adcd9839e

add nvchecker.toml

.nvchecker.toml +18 -0

diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 0000000..8f7efc8
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,18 @@
+[libreoffice-still]
+source = "regex"
+#regex = "libreoffice-([\\d.]+)\\."
+regex = "([\\d.]+) release notes"
+include_regex = "7.*"
+url = "https://www.libreoffice.org/download/download-libreoffice/"
+#from_pattern = '(\d+).(\d+).(\d+).(\d+)'
+#to_pattern = '\1.\2.\3'
+
+#source = "git"
+#git = "https://git.libreoffice.org/core"
+#include_regex = ".*7.*"
+#use_max_tag = true
+##ignored = "suse-4.0-27 "
+#exclude_regex =".*(suse|ooo|mimo).*"
+#prefix = "libreoffice-"
+#from_pattern = '(\d+).(\d+).(\d+).(\d+)'
+#to_pattern = '\1.\2.\3'