Update release workflow and fix documentation site build#283
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the release tooling/configuration and refreshes documentation artifacts to align with the current Salesforce API version and supported SOQL examples.
Changes:
- Bump package version to
7.2.0and addtsxas a dev dependency (used by existing tooling scripts). - Update release-it configuration (GitHub release assets + npm checks behavior) and adjust the manual release workflow input ordering.
- Refresh docs artifacts: update README LWC metadata
apiVersionto66.0and expand the docs sample query JSON with additionalUSING SCOPEexamples.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates the example LWC apiVersion to 66.0 to match current packaging metadata. |
| package.json | Bumps version to 7.2.0 and adds tsx to support tooling scripts. |
| package-lock.json | Lockfile update reflecting version bump and added tsx dependency tree. |
| docs/static/sample-queries-json.json | Adds more USING SCOPE sample queries used by the docs site. |
| .release-it.json | Updates GitHub release assets list and configures npm skipChecks. |
| .github/workflows/release.yml | Reorders the workflow_dispatch increment options. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "dist/soql-parser-js-lwc-v${version}.zip", | ||
| "dist/lwc/soqlParserJs.js" | ||
| ] | ||
| "assets": ["jetstreamapp-soql-parser-js-${version}.tgz", "dist/soql-parser-js-lwc-v${version}.zip"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.