-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathknope.toml
More file actions
101 lines (76 loc) · 3.17 KB
/
knope.toml
File metadata and controls
101 lines (76 loc) · 3.17 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[packages."@lumeweb/advanced-rest"]
versioned_files = ["libs/advanced-rest/package.json"]
changelog = "libs/advanced-rest/CHANGELOG.md"
[packages."@lumeweb/docs.lumeweb.com"]
versioned_files = ["apps/docs.lumeweb.com/package.json"]
changelog = "apps/docs.lumeweb.com/CHANGELOG.md"
[packages."@lumeweb/docs.pinner.xyz"]
versioned_files = ["apps/docs.pinner.xyz/package.json"]
changelog = "apps/docs.pinner.xyz/CHANGELOG.md"
[packages."@lumeweb/lumeweb.com"]
versioned_files = ["apps/lumeweb.com/package.json"]
changelog = "apps/lumeweb.com/CHANGELOG.md"
[packages."@lumeweb/pinner"]
versioned_files = ["libs/pinner/package.json"]
changelog = "libs/pinner/CHANGELOG.md"
[packages."@lumeweb/portal-app-shell"]
versioned_files = ["apps/portal-app-shell/package.json"]
changelog = "apps/portal-app-shell/CHANGELOG.md"
[packages."@lumeweb/portal-framework-auth"]
versioned_files = ["libs/portal-framework-auth/package.json"]
changelog = "libs/portal-framework-auth/CHANGELOG.md"
[packages."@lumeweb/portal-framework-core"]
versioned_files = ["libs/portal-framework-core/package.json"]
changelog = "libs/portal-framework-core/CHANGELOG.md"
[packages."@lumeweb/portal-framework-ui"]
versioned_files = ["libs/portal-framework-ui/package.json"]
changelog = "libs/portal-framework-ui/CHANGELOG.md"
[packages."@lumeweb/portal-framework-ui-core"]
versioned_files = ["libs/portal-framework-ui-core/package.json"]
changelog = "libs/portal-framework-ui-core/CHANGELOG.md"
[packages."@lumeweb/portal-frontend"]
versioned_files = ["apps/portal-frontend/package.json"]
changelog = "apps/portal-frontend/CHANGELOG.md"
[packages."@lumeweb/portal-generators"]
versioned_files = ["libs/portal-generators/package.json"]
changelog = "libs/portal-generators/CHANGELOG.md"
[packages."@lumeweb/portal-plugin-admin"]
versioned_files = ["libs/portal-plugin-admin/package.json"]
changelog = "libs/portal-plugin-admin/CHANGELOG.md"
[packages."@lumeweb/portal-plugin-core"]
versioned_files = ["libs/portal-plugin-core/package.json"]
changelog = "libs/portal-plugin-core/CHANGELOG.md"
[packages."@lumeweb/portal-plugin-dashboard"]
versioned_files = ["libs/portal-plugin-dashboard/package.json"]
changelog = "libs/portal-plugin-dashboard/CHANGELOG.md"
[packages."@lumeweb/portal-plugin-ipfs"]
versioned_files = ["libs/portal-plugin-ipfs/package.json"]
changelog = "libs/portal-plugin-ipfs/CHANGELOG.md"
[packages."@lumeweb/portal-sdk"]
versioned_files = ["libs/portal-sdk/package.json"]
changelog = "libs/portal-sdk/CHANGELOG.md"
[packages."@lumeweb/query-builder"]
versioned_files = ["libs/query-builder/package.json"]
changelog = "libs/query-builder/CHANGELOG.md"
[packages."@lumeweb/rego"]
versioned_files = ["libs/rego/package.json"]
changelog = "libs/rego/CHANGELOG.md"
[packages."@lumeweb/uppy-post-upload"]
versioned_files = ["libs/uppy-post-upload/package.json"]
changelog = "libs/uppy-post-upload/CHANGELOG.md"
[github]
owner = "LumeWeb"
repo = "web"
[[workflows]]
name = "release"
[[workflows.steps]]
type = "PrepareRelease"
ignore_conventional_commits = true
[[workflows.steps]]
type = "Command"
command = "git commit -m \"chore: prepare releases\""
[[workflows.steps]]
type = "Command"
command = "git push"
[[workflows.steps]]
type = "Release"