-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmetadata.json
More file actions
84 lines (84 loc) · 2.91 KB
/
metadata.json
File metadata and controls
84 lines (84 loc) · 2.91 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
{
"version": "0.4.0",
"warning": "⚠️ CHANGING THE MAIN VERSION ABOVE WILL TRIGGER AUTOMATED PACKAGE UPDATE DEPLOYMENT",
"repository": {
"url": "https://github.com/DrozmotiX/ioBroker-Copilot-Instructions",
"raw_base": "https://raw.githubusercontent.com/DrozmotiX/ioBroker-Copilot-Instructions/main"
},
"template": {
"file": "template.md",
"target_path": ".github/copilot-instructions.md",
"version": "0.4.0"
},
"scripts": {
"check_template_version": "scripts/check-template-version.sh",
"manage_versions": "scripts/manage-versions.sh"
},
"automation": {
"workflow_file": ".github/workflows/check-copilot-template.yml",
"cron_schedule": "0 0 * * 0",
"labels": [
"template-update",
"automation"
],
"configuration_file": "config/automation-setup.yml",
"centralized_action": "templates/centralized-version-check-action.yml"
},
"components": {
"github_actions": {
"centralized_version_check": {
"file": "templates/centralized-version-check-action.yml",
"version": "1.0.0",
"description": "Centralized GitHub Action with dynamic version checking from metadata.json"
},
"github_action_snippet": {
"file": "snippets/github-action-version-check.yml",
"version": "0.2.0",
"description": "Reusable GitHub Action snippet for template checking"
}
},
"templates": {
"initial_setup_automation": {
"file": "templates/initial-setup-automation.md",
"version": "0.3.0",
"description": "Automated setup template with GitHub Copilot integration"
},
"copy_paste_template": {
"file": "templates/copy-paste-template.md",
"version": "0.2.0",
"description": "Quick template update guide for GitHub Copilot"
},
"automated_template_update": {
"file": "templates/automated-template-update.md",
"version": "0.2.0",
"description": "Automated template update instructions"
}
},
"snippets": {
"version_check_command": {
"file": "snippets/version-check-command.md",
"version": "0.1.1",
"description": "Reusable version check command snippet"
},
"version_management_commands": {
"file": "snippets/version-management-commands.md",
"version": "0.1.0",
"description": "Version management script usage examples"
}
},
"config": {
"automation_setup": {
"file": "config/automation-setup.yml",
"version": "1.0.0",
"description": "Centralized configuration for automated setup processes"
}
}
},
"version_policy": {
"main_version_source": "template.version",
"main_version_description": "Main package version must always match template version",
"component_versioning": "independent",
"increment_policy": "must_be_higher_than_previous",
"deployment_trigger": "main_version_change"
}
}