summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Milligan <tom.milligan@uipath.com>2023-04-23 14:01:38 +0100
committerTom Milligan <tom.milligan@uipath.com>2023-04-23 14:01:38 +0100
commit196585f4f2ec8cd49168e54d9f0fb1e64540f9aa (patch)
tree1488846c552db457e9e79c9190274aa5cb1f6f8f
parent7ad4d3f18cd22e30a505c3aa21b2efc2ca8481ab (diff)
ci: add qvet config
-rw-r--r--qvet.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/qvet.yml b/qvet.yml
new file mode 100644
index 0000000..9f4169e
--- /dev/null
+++ b/qvet.yml
@@ -0,0 +1,14 @@
+action:
+ ready:
+ type: link
+ name: "Push New Version Tag"
+ url: "https://github.com/tommilligan/mdbook-admonish"
+
+commit:
+ ignore:
+ merges: true
+
+release:
+ identifiers:
+ - type: tag
+ pattern: "^v[0-9]"