Skip to content

2.0.164: bump @linearb/gitstream-core to 2.1.207 (#392)

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:51
· 40 commits to develop since this release
26a6ad2

What's Changed

Bump to in #392

Purpose: Add native filter implementations for parsing Dependabot version bumps and comparing semantic versions

Main changes:

  • Added checkDependabot filter to extract version information from Dependabot PR descriptions
  • Implemented checkSemver filter to determine version change types (major, minor, patch)
  • Registered both new filters in the high-level filters definition and handler

CHANGELOG

✨ New Features

  • Native filter for extracting version info from Dependabot PRs
  • Native filter for semantic version comparison
  • Enhanced Dependabot automation capabilities without external plugins