chore: add cal versioning (broken for now, waiting until the next release)

This commit is contained in:
Miodec 2023-09-25 14:26:48 +01:00
parent 18b4e62f13
commit 9327a62da5
2 changed files with 12 additions and 0 deletions

View file

@ -17,5 +17,11 @@
"npm": {
"publish": false,
"ignoreVersion": true
},
"plugins": {
"@csmith/release-it-calver-plugin": {
"format": "0y.0w.minor",
"increment": "calendar.minor"
}
}
}

View file

@ -18,5 +18,11 @@
"npm": {
"publish": false,
"ignoreVersion": true
},
"plugins": {
"@csmith/release-it-calver-plugin": {
"format": "0y.0w.minor",
"increment": "calendar.minor"
}
}
}