Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit af70b69

Browse files
committed
chore: Add standard-version config
1 parent ef067c1 commit af70b69

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.versionrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"packageFiles": [
3+
{
4+
"filename": "VERSION",
5+
"type": "plain-text"
6+
}
7+
],
8+
"bumpFiles": [
9+
{
10+
"filename": "VERSION",
11+
"type": "plain-text"
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)