Skip to content

Commit e5acdad

Browse files
authored
fix: Attempting fix no cursor found in releaseplease with initial-version in release-please-config.json
1 parent 8a360a5 commit e5acdad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

release-please-config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
".": {
66
"release-type": "node",
77
"draft": true,
8+
"initial-version": "1.0.0",
89
"exclude-paths": [
910
"docs",
1011
".github",
@@ -24,7 +25,8 @@
2425
]
2526
},
2627
"docs": {
27-
"release-type": "node"
28+
"release-type": "node",
29+
"initial-version": "0.0.1"
2830
}
2931
}
3032
}

0 commit comments

Comments
 (0)