-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrepository.toml
More file actions
33 lines (29 loc) · 936 Bytes
/
repository.toml
File metadata and controls
33 lines (29 loc) · 936 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
[repository]
name = "social-media"
changelog = "CHANGELOG.md"
version = "version.txt"
container_images_prefix = "ghcr.io/plonegovbr/social-media"
compose = ["docker-compose.yml"]
[repository.towncrier]
section = "Project"
settings = "towncrier.toml"
[backend.package]
name = "plonegovbr.socialmedia"
path = "backend"
code_path = "src/plonegovbr/socialmedia"
changelog = "backend/CHANGELOG.md"
towncrier_settings = "backend/pyproject.toml"
base_package = "Products.CMFPlone"
publish = true
[frontend.package]
name = "@plonegovbr/volto-social-media"
path = "frontend/packages/volto-social-media"
code_path = "src"
changelog = "frontend/packages/volto-social-media/CHANGELOG.md"
towncrier_settings = "frontend/packages/volto-social-media/towncrier.toml"
base_package = "@plone/volto"
publish = true
[cookieplone]
template = "project"
template_version = "a83957d67a92031ad7f79b150c66349e3e662eef"
generated_date = "2025-04-16 00:13:45"