mirror of
https://github.com/SethCohen/github-releases-to-discord
synced 2026-09-14 20:13:23 +00:00
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
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user