-
Notifications
You must be signed in to change notification settings - Fork 1.3k
chore(release): version packages #531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Review CompleteYour review story is ready! Comment !reviewfast on this PR to re-generate the story. |
Greptile SummaryAutomated release PR that bumps the package version from 0.21.0 to 0.22.0, adds corresponding changelog entry, and removes the processed changeset file.
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Bot as Release Bot
participant CS as Changesets
participant Repo as Repository
participant NPM as NPM Registry
Bot->>CS: Detect changeset files
CS->>CS: Process changeset metadata
CS->>Repo: Delete .changeset/project-config-schema-commands.md
CS->>Repo: Update CHANGELOG.md (add v0.22.0 entry)
CS->>Repo: Update package.json (0.21.0 → 0.22.0)
Bot->>Repo: Create PR #531
Note over Repo: PR merged to main
Repo->>NPM: Publish @fission-ai/openspec@0.22.0
|
Greptile found no issues!From now on, if a review finishes and we haven't found any issues, we will not post anything, but you can confirm that we reviewed your changes in the status check section. This feature can be toggled off in your Code Review Settings by deselecting "Create a status check for each PR". |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
# By Tabish Bidiwale (57) and others # Via GitHub * main: (67 commits) fix(ci): use workflow_dispatch for polish release notes (Fission-AI#533) fix(changelog): convert markdown headers to bold text for proper formatting (Fission-AI#532) Version Packages (Fission-AI#531) Add changeset for project config and schema commands (Fission-AI#530) fix(config): handle null rules field in project config (Fission-AI#529) docs: update workflow docs and mark schema commands as experimental (Fission-AI#526) feat(cli): add schema management commands (Fission-AI#525) fix: Windows path compatibility in resolver tests (Fission-AI#524) change(schema-management-cli): proposal for schema management commands (Fission-AI#523) feat(resolver): add project-local schema support (Fission-AI#522) docs: add project-config demo guide (Fission-AI#521) feat(config): add project-level configuration via openspec/config.yaml (Fission-AI#499) fix: auto-trigger polish release notes on release publish (Fission-AI#519) perf: add path filtering to Nix validation CI job (Fission-AI#518) Version Packages (Fission-AI#517) Add changeset for v0.21 release (Fission-AI#516) fix: prevent implementation during explore mode (Fission-AI#515) OPSX apply: infer target change (Fission-AI#513) Refine opsx archive sync assessment (Fission-AI#514) feat: add nix flake support (sorry for this duplicate) (Fission-AI#459) ... # Conflicts: # src/core/templates/slash-command-templates.ts
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@0.22.0
Minor Changes
#530
33466b1Thanks @TabishB! - ### New FeaturesProject-level configuration — Configure OpenSpec behavior per-project via
openspec/config.yaml, including custom rules injection, context files, and schema resolution settingsProject-local schemas — Define custom artifact schemas within your project's
openspec/schemas/directory for project-specific workflowsSchema management commands — New
openspec schemacommands (list,show,export,validate) for inspecting and managing artifact schemas (experimental)Bug Fixes
rulesfield in project configuration