Releases: linear-b/gitstream-github-action
2.0.164: bump @linearb/gitstream-core to 2.1.207 (#392)
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)
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)
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)
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)
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)
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)
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)
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)
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)
What's Changed
Bump @linearb/gitstream-core to 2.1.187 in #374
🔧 Improvements
- Internal improvements and fixes