We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5830a commit 643a20aCopy full SHA for 643a20a
1 file changed
.svu.yml
@@ -0,0 +1,13 @@
1
+# svu (semantic version utility) config
2
+# https://github.com/caarlos0/svu
3
+#
4
+# Use with: svu next (auto bump from conventional commits), svu patch, svu minor, svu major
5
+
6
+# Tag prefix; use "v" for tags like v1.0.0
7
+prefix: "v"
8
9
+# Bump at least patch when using "next" (e.g. if no conventional commits found)
10
+always: true
11
12
+# Treat v0.x as pre-1.0; allow minor bumps for 0.x
13
+v0: true
0 commit comments