Skip to content

Conversation

@openspec-release-bot
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@fission-ai/[email protected]

Patch Changes

  • #550 86d2e04 Thanks @jerome-benoit! - ### Improvements

    • Nix flake maintenance — Version now read dynamically from package.json, reducing manual sync issues
    • Nix build optimization — Source filtering excludes node_modules and artifacts, improving build times
    • update-flake.sh script — Detects when hash is already correct, skipping unnecessary rebuilds

    Other

    • Updated Nix CI actions to latest versions (nix-installer v21, magic-nix-cache v13)

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 27, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps
Copy link

greptile-apps bot commented Jan 27, 2026

Greptile Overview

Greptile Summary

This PR automates the release of version 1.0.3, containing Nix flake improvements from PR #550. The Changesets action correctly consumed the changeset file, updated the changelog, and bumped the package version.

Changes:

  • Deleted .changeset/nix-flake-improvements.md (consumed by release process)
  • Added version 1.0.3 entry to CHANGELOG.md with proper formatting
  • Bumped version from 1.0.2 to 1.0.3 in package.json

All changes are mechanically correct and follow standard Changesets workflow conventions.

Confidence Score: 5/5

  • This PR is safe to merge - automated release with correct version bumping and changelog updates
  • All changes are mechanically generated by the Changesets action and follow the correct release workflow - changeset consumed, changelog updated, version bumped consistently
  • No files require special attention

Important Files Changed

Filename Overview
.changeset/nix-flake-improvements.md Changeset file deleted as expected - changesets are consumed during release process
CHANGELOG.md Added version 1.0.3 entry with correct formatting and content from changeset
package.json Version bumped from 1.0.2 to 1.0.3, consistent with changelog and changeset

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant CS as Changesets Action
    participant Repo as Repository
    participant NPM as NPM Registry
    
    Dev->>Repo: Merge PR #550 (Nix improvements)
    Dev->>Repo: Add changeset file
    Note over Repo: .changeset/nix-flake-improvements.md
    
    CS->>Repo: Detect new changeset
    CS->>Repo: Create/Update release PR #606
    
    Note over CS,Repo: PR #606 changes:<br/>- Delete changeset file<br/>- Update CHANGELOG.md<br/>- Bump version in package.json
    
    Dev->>Repo: Review release PR #606
    Dev->>Repo: Merge release PR #606
    
    CS->>Repo: Detect merged release PR
    CS->>NPM: Publish @fission-ai/[email protected]
    
    Note over NPM: Package published successfully
Loading

@vibe-kanban-cloud
Copy link

Review Complete

Your review story is ready!

View Story

Comment !reviewfast on this PR to re-generate the story.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants