diff --git a/.release-it-fe.json b/.release-it-fe.json index 4e5628f2c..9a6058d35 100644 --- a/.release-it-fe.json +++ b/.release-it-fe.json @@ -17,5 +17,11 @@ "npm": { "publish": false, "ignoreVersion": true + }, + "plugins": { + "@csmith/release-it-calver-plugin": { + "format": "0y.0w.minor", + "increment": "calendar.minor" + } } } diff --git a/.release-it.json b/.release-it.json index 0c0b4093c..6e84ff3a8 100644 --- a/.release-it.json +++ b/.release-it.json @@ -18,5 +18,11 @@ "npm": { "publish": false, "ignoreVersion": true + }, + "plugins": { + "@csmith/release-it-calver-plugin": { + "format": "0y.0w.minor", + "increment": "calendar.minor" + } } }