-
Notifications
You must be signed in to change notification settings - Fork 2
/
release-please-config.json
55 lines (55 loc) · 1.41 KB
/
release-please-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"bootstrap-sha": "47035e3bd4e3ac399319b3421ce86a82f1c1ab21",
"plugins": ["node-workspace"],
"prerelease": true,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"packages": {
"core/cli": {},
"core/create": {},
"lib/base": {},
"lib/config": {},
"lib/conflict": {},
"lib/doppler": {},
"lib/error": {},
"lib/logger": {},
"lib/options": {},
"lib/plugin": {},
"lib/schemas": {},
"lib/state": {},
"lib/validated": {},
"lib/wait-for-ok": {},
"orb": {
"package-name": "orb",
"release-type": "simple"
},
"plugins/babel": {},
"plugins/backend-heroku-app": {},
"plugins/backend-serverless-app": {},
"plugins/circleci": {},
"plugins/circleci-deploy": {},
"plugins/circleci-npm": {},
"plugins/commitlint": {},
"plugins/component": {},
"plugins/cypress": {},
"plugins/eslint": {},
"plugins/frontend-app": {},
"plugins/heroku": {},
"plugins/husky-npm": {},
"plugins/jest": {},
"plugins/lint-staged": {},
"plugins/lint-staged-npm": {},
"plugins/mocha": {},
"plugins/n-test": {},
"plugins/next-router": {},
"plugins/node": {},
"plugins/nodemon": {},
"plugins/npm": {},
"plugins/package-json-hook": {},
"plugins/prettier": {},
"plugins/serverless": {},
"plugins/typescript": {},
"plugins/upload-assets-to-s3": {},
"plugins/webpack": {}
}
}