Skip to content

v1.1.0 - Add ignoreSuffixes to version filtering logic

Latest
Compare
Choose a tag to compare
@alexohneander alexohneander released this 15 Jul 22:45
· 1 commit to main since this release

Release Notes

🚀 Features

Enhanced Version Filtering

  • Add ignoreSuffixes to version filtering logic: Introduced new functionality to filter out alpha, beta, and release candidate tags when determining the latest version. This improvement enhances version detection by allowing users to exclude pre-release versions when needed, ensuring more accurate identification of stable releases.

What's Changed

  • Enhanced version filtering logic with configurable suffix ignoring
  • Improved latest version detection by excluding pre-release versions
  • Better handling of alpha/beta/rc version tags