git » audacity.git » commit fac5b35

add .nvchecker.toml

author Christian Heusel
2024-05-05 12:29:31 UTC
committer Christian Heusel
2024-05-05 12:29:31 UTC
parent 899a6ba147d9f298ddb2840cc3c4a52629943d43

add .nvchecker.toml

.nvchecker.toml +6 -0

diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 0000000..cb3ad08
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,6 @@
+[audacity]
+source = "git"
+git = "https://github.com/audacity/audacity.git"
+include_regex = "(Audacity-).*.*.*"
+exclude_regex = "Audacity-.*(pre|rc|alpha|beta).*"
+prefix = "Audacity-"