Skip to content

Commit 84bd34e

Browse files
committed
ci: set initial release version to 2.0.0
The v1 tag corresponds to the previous SPA architecture. The current Next.js App Router architecture is v2.
1 parent 409bcad commit 84bd34e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

release-please-config.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"packages": {
33
".": {
44
"release-type": "simple",
5-
"initial-version": "0.1.0",
6-
"bump-minor-pre-major": true,
7-
"bump-patch-for-minor-pre-major": true
5+
"initial-version": "2.0.0"
86
}
97
}
108
}

0 commit comments

Comments
 (0)