Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 25, 2026

🤖 New release

  • s2-cli: 0.25.1 -> 0.25.2
Changelog

[0.25.2] - 2026-01-27

Bug Fixes

  • Add S2_SSL_NO_VERIFY config (#210)

Miscellaneous Tasks

  • Release cmd
  • Automate releases with release-plz
  • Add dependabot for weekly dependency updates (#208)
  • Consolidate release workflows (#211)


This PR was generated with release-plz.

@github-actions github-actions bot requested a review from a team as a code owner January 25, 2026 03:30
@greptile-apps
Copy link

greptile-apps bot commented Jan 25, 2026

Greptile Overview

Greptile Summary

This PR bumps the version from 0.25.1 to 0.25.2, documenting the automation of releases using release-plz.

  • Version updated consistently across Cargo.toml and Cargo.lock
  • Changelog properly formatted with new 0.25.2 entry
  • Standard automated release PR with no code changes

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Automated release PR with only version bumps and changelog updates - no code changes, no dependencies changed, follows standard release process
  • No files require special attention

Important Files Changed

Filename Overview
CHANGELOG.md Added version 0.25.2 entry with miscellaneous task notes for release automation
Cargo.toml Bumped version from 0.25.1 to 0.25.2
Cargo.lock Automatically updated s2-cli version to match Cargo.toml

Sequence Diagram

sequenceDiagram
    participant Bot as github-actions[bot]
    participant ReleasePlz as release-plz
    participant Repo as Repository
    
    Bot->>ReleasePlz: Trigger release automation
    ReleasePlz->>Repo: Read current version (0.25.1)
    ReleasePlz->>Repo: Generate changelog entries
    ReleasePlz->>Repo: Update Cargo.toml (0.25.1 → 0.25.2)
    ReleasePlz->>Repo: Update Cargo.lock (auto-sync)
    ReleasePlz->>Repo: Update CHANGELOG.md with v0.25.2 entry
    ReleasePlz->>Bot: Create PR #207
    Bot->>Repo: Submit release PR for review
Loading

@github-actions github-actions bot force-pushed the release-plz-2026-01-25T03-30-53Z branch 2 times, most recently from 622249b to c054708 Compare January 27, 2026 00:59
@github-actions github-actions bot force-pushed the release-plz-2026-01-25T03-30-53Z branch from c054708 to 0fa3adf Compare January 27, 2026 01:11
@shikhar shikhar merged commit ab4297f into main Jan 27, 2026
@shikhar shikhar deleted the release-plz-2026-01-25T03-30-53Z branch January 27, 2026 01:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant