-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill-release.config.json
More file actions
40 lines (40 loc) · 1.09 KB
/
skill-release.config.json
File metadata and controls
40 lines (40 loc) · 1.09 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
{
"sourceSkillId": "rust-cli",
"sourceRepositoryContent": [
"SKILL.md",
"README.md",
"constitution.md",
"stages",
"instructions",
"templates",
"docs/release/skill-release-runbook.md",
".github/workflows/release.yml",
"release/skill-release.config.json",
"scripts/release",
".releaserc.json",
"package.json",
"package-lock.json",
"CHANGELOG.md"
],
"destinationRepository": "REPLACE_WITH_OWNER/REPO",
"destinationRepositoryEnv": "SKILL_RELEASE_DESTINATION_REPOSITORY",
"destinationBranch": "main",
"destinationDirectory": "",
"metadataFilename": ".release-manifest.json",
"destinationTokenEnv": "DESTINATION_REPOSITORY_TOKEN",
"mirrorExcludes": [".specify", "specs", ".work"],
"generatedPackageBoundary": {
"packageLocalSupportExamples": [
"packaging-ready metadata",
"support fixtures",
"artifact manifests"
],
"repositoryOwnedAutomation": [
".github/workflows/release.yml",
"release/skill-release.config.json",
"scripts/release",
".releaserc.json",
"package.json"
]
}
}