mirror of
https://github.com/SethCohen/github-releases-to-discord
synced 2026-09-07 20:03:23 +00:00
chore: remove unnecessary test file from .gitignore and add sample test release JSON for local testing
12 lines
745 B
JSON
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"
|
|
}
|
|
} |