Releases: SethCohen/github-releases-to-discord
Releases · SethCohen/github-releases-to-discord
v1.20.0
03 Apr 16:55
Compare
Sorry, something went wrong.
No results found
1.20.0 (2026-04-03)
Features
add manual dispatch support for GitHub Actions to test Discord webhook integration with optional release inputs. resolves #52 (e15eb81 )
enhance reduceHeadings function to handle indented and closed markdown headings and add tests for new functionality. resolves #51 (80aca15 )
tests: add test for handling release payload with null body and update formatDescription to handle undefined input. resolves #53 (60ef92f )
v1.19.0
17 Jun 06:49
Compare
Sorry, something went wrong.
No results found
1.19.0 (2025-06-17)
Features
tests: add Jest configuration and comprehensive tests for utility functions in index.js to ensure functionality and reliability (0559b87 )
Miscellaneous
added updated dependencies (067d2cb )
package: update @actions/github dependency to version 6.0.1 and add Jest as a dev dependency with a test script (0559b87 )
v1.18.0
17 Jun 05:12
Compare
Sorry, something went wrong.
No results found
1.18.0 (2025-06-17)
Features
index.js: enhance sendWebhook function to handle rate limits with retries for improved reliability when sending requests to Discord (feb5a40 )
Miscellaneous
remove unnecessary test file from .gitignore and add sample test release JSON for local testing (82d906c )
update README for clarity and conciseness, improve formatting, and add new sections for better user guidance (82d906c )
v1.17.0
17 Jun 02:50
Compare
Sorry, something went wrong.
No results found
1.17.0 (2025-06-17)
Features
workflow: add GitHub Actions workflow to automatically update SemVer tags on tag push events (e768ce1 )
v1.16.2
18 Oct 04:15
Compare
Sorry, something went wrong.
No results found
1.16.2 (2024-10-18)
Documentation
update README output example (6aa0dd9 )
v1.16.1
18 Oct 04:03
Compare
Sorry, something went wrong.
No results found
1.16.1 (2024-10-18)
Bug Fixes
correct conversion of standalone PR, issue, and changelog URLs to markdown format (4786949 ), closes #38
Documentation
update README with details on markdown link conversion and other features (9737dc9 )
v1.16.0
18 Oct 03:09
Compare
Sorry, something went wrong.
No results found
1.16.0 (2024-10-18)
Features
add function to convert PR, issue, and changelog links to markdown format (07c2e1c ), closes #32
v1.15.3
18 Oct 02:54
Compare
Sorry, something went wrong.
No results found
1.15.3 (2024-10-18)
Documentation
add contribution guidelines to README.md (5fd64bf )
update version reference in README.md (93d02ce )
Miscellaneous
v1.15.2
18 Oct 01:16
Compare
Sorry, something went wrong.
No results found
v1.15.1
04 Oct 21:44
Compare
Sorry, something went wrong.
No results found
1.15.1 (2024-10-04)
Documentation
Miscellaneous
Code Refactoring