Files
SethCohen 82d906cc6f chore: update README for clarity and conciseness, improve formatting, and add new sections for better user guidance
chore: remove unnecessary test file from .gitignore and add sample test release JSON for local testing
2025-06-17 01:09:24 -04:00

12 lines
745 B
JSON

{
"action": "published",
"release": {
"html_url": "https://example.com/releases/tag/v1.0.0",
"name": "v1.0.0",
"body": "## [1.0.0](https://example.com/compare/v0.9.0...v1.0.0) (1970-01-01)\n\n### Features\n* **core:** added initial release ([abc1234](https://example.com/commit/abc1234))\n* **api:** implemented endpoints ([def5678](https://example.com/commit/def5678))\n\n### Bug Fixes\n* **ui:** fixed button alignment ([#42](https://example.com/issues/42)) ([789abcd](https://example.com/commit/789abcd))\n\n### Miscellaneous\n* see [PR #7](https://example.com/pull/7) for details\n"
},
"repository": {
"full_name": "example/repo",
"html_url": "https://example.com/example/repo"
}
}