-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepository.toml
More file actions
37 lines (31 loc) · 895 Bytes
/
repository.toml
File metadata and controls
37 lines (31 loc) · 895 Bytes
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
[repository]
name = "collective-searchblocks"
managed_by_uv = false
changelog = "CHANGELOG.md"
version = "version.txt"
compose = "docker-compose.yml"
[repository.towncrier]
section = "Project"
settings = "towncrier.toml"
[backend]
path = "backend"
[backend.package]
name = "collective.searchblocks"
path = "backend"
changelog = "backend/CHANGELOG.md"
towncrier_settings = "backend/pyproject.toml"
base_package = "Products.CMFPlone"
publish = true
[frontend]
path = "frontend"
[frontend.package]
name = "volto-searchblocks"
path = "frontend/packages/volto-searchblocks"
changelog = "frontend/packages/volto-searchblocks/CHANGELOG.md"
towncrier_settings = "frontend/packages/volto-searchblocks/towncrier.toml"
base_package = "@plone/volto"
publish = true
[cookieplone]
template = "project"
template_version = "060fbeb6a3c9ff8ebfd8cc1e9f4bc61d0feefcf1"
generated_date = "2026-01-14 14:29:48"