Files

14 KiB

Changelog

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)

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)

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)

1.17.0 (2025-06-17)

Features

  • workflow: add GitHub Actions workflow to automatically update SemVer tags on tag push events (e768ce1)

1.16.2 (2024-10-18)

Documentation

  • update README output example (6aa0dd9)

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)

1.16.0 (2024-10-18)

Features

  • add function to convert PR, issue, and changelog links to markdown format (07c2e1c), closes #32

1.15.3 (2024-10-18)

Documentation

  • add contribution guidelines to README.md (5fd64bf)
  • update version reference in README.md (93d02ce)

Miscellaneous

1.15.2 (2024-10-18)

Bug Fixes

1.15.1 (2024-10-04)

Documentation

Miscellaneous

  • added test envs to .gitignore (735cca9)
  • updated test action (305fe92)

Code Refactoring

1.15.0 (2023-12-14)

Features

  • added clip description at last newline (#25) (97a4813)

1.14.0 (2023-12-11)

Features

  • added additional description formatting (#23) (8ca9da2)
  • added max_description option (8ca9da2)
  • added reduce_headings option (8ca9da2)
  • description trimming (8ca9da2)

Styles

  • parse common Github URLs to more appropriate display (8ca9da2)
  • reduce consecutive whitespace/newlines into a minimum of 2 to allow separation in paragraphs (8ca9da2)

Miscellaneous

1.13.1 (2023-09-23)

Miscellaneous

1.13.0 (2022-08-25)

Features

1.12.1 (2022-08-24)

Miscellaneous Chores

1.12.0 (2022-08-24)

Features

  • renamed all colour>color (a0914f4)

1.11.1 (2022-08-24)

Bug Fixes

  • fixed ReferenceError on require vs import (233db9c)

1.11.0 (2022-08-24)

Features

Bug Fixes

1.10.0 (2022-08-24)

Features

  • added dependencies and removed .idea (fd59991)

1.9.0 (2022-08-24)

Features

  • updated action description format (6cf9efb)

1.8.0 (2022-08-24)

Features

  • updated action description format (9c4c902)

1.7.0 (2022-08-24)

Features

  • updated action description format (c517936)

1.6.0 (2022-08-24)

Features

  • updated action description format (7effb69)

1.5.0 (2022-08-24)

Features

  • updated action description format (9f49b0c)

1.4.0 (2022-08-24)

Features

1.3.0 (2022-08-24)

Features

  • changed default action colour (79005b2)
  • updated description format (a1d7a74)

1.2.0 (2022-08-24)

Features

1.1.0 (2022-08-24)

Features

1.0.0 (2022-08-24)

Features