We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e70a3 commit cf4b2b8Copy full SHA for cf4b2b8
.gitignore
@@ -4,6 +4,7 @@ yarn.lock
4
**/*.log
5
test/repo-tests*
6
**/bundle.js
7
+package-lock.json
8
9
# Logs
10
logs
lerna.json
@@ -14,7 +14,8 @@
14
"publish": {
15
"message": "chore: publish",
16
"conventionalCommits": true,
17
- "createRelease": "github"
+ "createRelease": "github",
18
+ "verifyAccess": false
19
}
20
21
0 commit comments