mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-17 21:21:20 +00:00
chore: publish from staged
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"id": "release-notes-showcase",
|
||||
"name": "Release Notes Showcase",
|
||||
"description": "Compose and refine launch-ready release notes with contributor callouts and export-friendly output.",
|
||||
"version": "1.0.0",
|
||||
"keywords": [
|
||||
"changelog",
|
||||
"contributor-callouts",
|
||||
"email-export",
|
||||
"launch-summary",
|
||||
"product-updates",
|
||||
"release-notes"
|
||||
],
|
||||
"screenshots": {
|
||||
"icon": {
|
||||
"path": "assets/preview.png",
|
||||
"type": "image/png"
|
||||
},
|
||||
"gallery": {
|
||||
"path": "assets/preview.png",
|
||||
"type": "image/png"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,8 +3,16 @@
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"main": "extension.mjs",
|
||||
"description": "Release notes canvas for building polished release communications and exports.",
|
||||
"dependencies": {
|
||||
"@github/copilot-sdk": "1.0.1"
|
||||
}
|
||||
},
|
||||
"description": "Compose and refine launch-ready release notes with contributor callouts and export-friendly output.",
|
||||
"keywords": [
|
||||
"release-notes",
|
||||
"launch-summary",
|
||||
"changelog",
|
||||
"contributor-callouts",
|
||||
"product-updates",
|
||||
"email-export"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -621,7 +621,7 @@ export const releaseNotesShowcaseCanvas = createCanvas({
|
||||
id: CANVAS_ID,
|
||||
displayName: CANVAS_TITLE,
|
||||
description:
|
||||
"Presents release notes as a high-impact launch summary with contributor callouts and email-ready export output.",
|
||||
"Compose and refine launch-ready release notes with contributor callouts and export-friendly output.",
|
||||
inputSchema: releaseNotesInputSchema,
|
||||
actions: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user