Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SethCohen/github-releases-to-discord
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.0
Choose a base ref
...
head repository: SethCohen/github-releases-to-discord
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.18.0
Choose a head ref
  • 5 commits
  • 9 files changed
  • 3 contributors

Commits on Jun 17, 2025

  1. Add option to strip PR and commit links (#48)

    * feat: add option to remove PR and commit links
    
    * feat(github-action): rename input from remove_pr_commit_links to remove_github_reference_links for clarity and expand functionality to include issue links
    fix(github-action): update removeGithubReferenceLinks function to remove all GitHub PR, commit, and issue links from the text, including markdown links
    
    resolves #41
    SethCohen authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    74ded42 View commit details
    Browse the repository at this point in the history
  2. Add custom url (#44)

    * add custom_html_url parameter
    
    * Update action.yml
    
    * Update README.md
    
    * Update test.yml
    
    * fix: fixed embedMsg url property
    
    ---------
    
    Co-authored-by: SethCohen <[email protected]>
    meatvegsandwich and SethCohen authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    9fe781f View commit details
    Browse the repository at this point in the history
  3. feat(index.js): enhance sendWebhook function to handle rate limits wi…

    …th retries for improved reliability when sending requests to Discord
    SethCohen committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    feb5a40 View commit details
    Browse the repository at this point in the history
  4. 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
    SethCohen committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    82d906c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de60879 View commit details
    Browse the repository at this point in the history
Loading