We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc9399 commit 2b1b3c0Copy full SHA for 2b1b3c0
1 file changed
.release-it.json
@@ -15,7 +15,9 @@
15
},
16
"plugins": {
17
"@mulrajgupta208/release-it-calver-plugin": {
18
- "format": "YYYY.MM.MICRO"
+ "format": "YYYY.MM.MICRO",
19
+ "increment": "calendar",
20
+ "fallbackIncrement": "minor"
21
22
"@release-it/conventional-changelog": {
23
"preset": {
0 commit comments