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/openspec@1.0.1

Patch Changes

  • #587 943e0d4 Thanks @TabishB! - ### Bug Fixes

    • Fixed incorrect archive path in onboarding documentation — the template now shows the correct path openspec/changes/archive/YYYY-MM-DD-<name>/ instead of the incorrect openspec/archive/YYYY-MM-DD--<name>/

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 26, 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.


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

@vibe-kanban-cloud
Copy link

Review Complete

Your review story is ready!

View Story

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

@greptile-apps
Copy link

greptile-apps bot commented Jan 26, 2026

Greptile Overview

Greptile Summary

This automated release PR bumps @fission-ai/openspec from version 1.0.0 to 1.0.1, incorporating the archive path documentation fix from PR #587. The changeset has been properly consumed (deleted), the CHANGELOG has been updated with the new version entry, and package.json reflects the correct semantic version bump (patch).

Changes:

  • Removed .changeset/archive-path-fix.md (processed by Changesets automation)
  • Added version 1.0.1 entry to CHANGELOG.md with reference to PR chore: add changeset for archive path fix #587
  • Updated version field in package.json from 1.0.0 to 1.0.1

This is a standard Changesets release workflow - all changes are automated and follow the expected pattern.

Confidence Score: 5/5

  • This PR is safe to merge - it's an automated release following standard Changesets workflow
  • All changes are automated and generated by the Changesets release action. The version bump (1.0.0 → 1.0.1) is correct for a patch release, the changeset file has been properly consumed, and the CHANGELOG entry accurately reflects the changes from PR chore: add changeset for archive path fix #587. No code changes are included, only version metadata updates.
  • No files require special attention

Important Files Changed

Filename Overview
.changeset/archive-path-fix.md Deleted changeset file after being processed - standard Changesets workflow behavior
CHANGELOG.md Added version 1.0.1 entry with patch changes documenting archive path fix from PR #587
package.json Version bumped from 1.0.0 to 1.0.1 for patch release

Sequence Diagram

sequenceDiagram
    participant Bot as Changesets Bot
    participant Repo as Repository
    participant CI as CI Pipeline
    participant NPM as NPM Registry

    Note over Bot,Repo: Release PR Created
    Bot->>Repo: Read .changeset/archive-path-fix.md
    Bot->>Repo: Delete .changeset/archive-path-fix.md
    Bot->>Repo: Update CHANGELOG.md (add v1.0.1 entry)
    Bot->>Repo: Update package.json (1.0.0 → 1.0.1)
    Bot->>Repo: Create PR #588

    Note over Repo,NPM: When PR is Merged
    Repo->>CI: Trigger release workflow
    CI->>NPM: Publish @fission-ai/openspec@1.0.1
Loading

@TabishB TabishB merged commit d155126 into main Jan 26, 2026
10 checks passed
@TabishB TabishB deleted the changeset-release/main branch January 26, 2026 10:51
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.

2 participants