Skip to content

Releases: linear-b/gitstream-github-action

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

08 Sep 13:51
26a6ad2

Choose a tag to compare

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

2.0.162: bump @linearb/gitstream-core to 2.1.204 (#390)

31 Aug 12:44
c11c5de

Choose a tag to compare

What's Changed

Bump to in #390

🐛 Bug Fixes

  • Fixed AI actions not executing properly in command and playground environments

2.0.161: bump @linearb/gitstream-core to 2.1.202 (#388)

28 Aug 12:50
aeea7f2

Choose a tag to compare

What's Changed

Bump to in #388

🐛 Bug Fixes

  • Fixed issue where some actions were triggered during incorrect webhook events

2.0.160: Bump @linearb/gitstream-core to 2.1.199 (#386)

26 Aug 13:12
c57eb1f

Choose a tag to compare

What's Changed

Bump @linearb/gitstream-core to 2.1.199 in #386

🐛 Bug Fixes

  • Fixed Git operations failing when files have names that could be mistaken for branch references.

🔧 Improvements

  • Enhanced action triggering system to prevent actions from running on unintended events
  • Added error handling to automation processes to improve reliability
  • Add continue-on-error option for plugin dependency installation

2.0.158: bump @linearb/gitstream-core to 2.1.196 (#384)

25 Aug 14:44
d345b82

Choose a tag to compare

What's Changed

Bump @linearb/gitstream-core to 2.1.196 in #384

Bump @linearb/gitstream-core to 2.1.196

2.0.157: bump @linearb/gitstream-core to 2.1.195 (#383)

24 Aug 14:35
fec56f9

Choose a tag to compare

What's Changed

Bump @linearb/gitstream-core to 2.1.195 in #383

Purpose: Add provider information to repository context in Gitstream AI PR for improved service identification.
Main changes:

  • Included 'provider' field in repo details for enhanced repository context in AI processing

2.0.156: bump @linearb/gitstream-core to 2.1.194 (#382)

24 Aug 10:05
adc7607

Choose a tag to compare

What's Changed

Bump @linearb/gitstream-core to 2.1.194 in #382

🐛 Bug Fixes

  • Fixed template validation to properly support commit message filtering in rules

🔧 Improvements

  • Enhanced debugging visibility with detailed logging of loaded plugins

2.0.155: bump @linearb/gitstream-core to 2.1.193 (#381)

20 Aug 12:52
29a3c26

Choose a tag to compare

What's Changed

Bump @linearb/gitstream-core to 2.1.193 in #381

🐛 Bug Fixes

  • Fix client payload escaping in rule engine to properly handle nested JSON objects and prevent parsing errors.

2.0.152: Bump @linearb/gitstream-core to 2.1.191 (#377)

18 Aug 06:51
1784335

Choose a tag to compare

What's Changed

Bump @linearb/gitstream-core to 2.1.192 in #377

🔧 Improvements

  • Bump actions/checkout from 4 to 5
  • Bump devDependencies
  • Internal improvements and fixes

2.0.151: bump to (#374)

12 Aug 13:33
38537bb

Choose a tag to compare

What's Changed

Bump @linearb/gitstream-core to 2.1.187 in #374

🔧 Improvements

  • Internal improvements and fixes