Skip to content

Commit 940522e

Browse files
llucaxstefan-brus-frequenz
authored andcommitted
Add cookiecutter replay file
This is used to make upgrades to new repo-config cookiecutter templates easier, so all fields don't need to be entered again and again. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 5b50bfb commit 940522e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.cookiecutter-replay.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"cookiecutter": {
3+
"Introduction": "",
4+
"type": "api",
5+
"name": "dispatch",
6+
"description": "Frequenz gRPC API to propagate dispatches to microgrids",
7+
"title": "Frequenz Dispatch API",
8+
"keywords": "cloud,microgrid",
9+
"github_org": "frequenz-floss",
10+
"license": "MIT",
11+
"author_name": "Frequenz Energy-as-a-Service GmbH",
12+
"author_email": "[email protected]",
13+
"python_package": "frequenz.api.dispatch",
14+
"pypi_package_name": "frequenz-api-dispatch",
15+
"github_repo_name": "frequenz-api-dispatch",
16+
"default_codeowners": "(like @some-org/some-team; defaults to a team based on the repo type)",
17+
"_template": "gh:frequenz-floss/frequenz-repo-config-python"
18+
}
19+
}

0 commit comments

Comments
 (0)