Skip to content

Commit 643a20a

Browse files
authored
add svu config (#10)
1 parent 6c5830a commit 643a20a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.svu.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)