mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-01 11:29:49 +08:00
chore: add cal versioning (broken for now, waiting until the next release)
This commit is contained in:
parent
18b4e62f13
commit
9327a62da5
2 changed files with 12 additions and 0 deletions
|
@ -17,5 +17,11 @@
|
|||
"npm": {
|
||||
"publish": false,
|
||||
"ignoreVersion": true
|
||||
},
|
||||
"plugins": {
|
||||
"@csmith/release-it-calver-plugin": {
|
||||
"format": "0y.0w.minor",
|
||||
"increment": "calendar.minor"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,5 +18,11 @@
|
|||
"npm": {
|
||||
"publish": false,
|
||||
"ignoreVersion": true
|
||||
},
|
||||
"plugins": {
|
||||
"@csmith/release-it-calver-plugin": {
|
||||
"format": "0y.0w.minor",
|
||||
"increment": "calendar.minor"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue