Skip to content

Update release workflow and fix documentation site build#283

Merged
paustint merged 3 commits into
mainfrom
chore/fix-docs-build
May 11, 2026
Merged

Update release workflow and fix documentation site build#283
paustint merged 3 commits into
mainfrom
chore/fix-docs-build

Conversation

@paustint
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings May 11, 2026 15:58
@paustint paustint merged commit 06c0da7 into main May 11, 2026
5 checks passed
@paustint paustint deleted the chore/fix-docs-build branch May 11, 2026 15:58
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.0 and add tsx as 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 apiVersion to 66.0 and expand the docs sample query JSON with additional USING SCOPE examples.

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.

Comment thread .release-it.json
"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"]
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.

3 participants