Skip to content

chore: add hotfix and release preview scripts to streamline release management#1672

Merged
paustint merged 1 commit intomainfrom
chore/hotfix-and-release-scripts
Apr 15, 2026
Merged

chore: add hotfix and release preview scripts to streamline release management#1672
paustint merged 1 commit intomainfrom
chore/hotfix-and-release-scripts

Conversation

@paustint
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings April 14, 2026 16:15
Copy link
Copy Markdown
Contributor

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

Adds lightweight CLI tooling under scripts/ to make web release planning and hotfix branching faster and more repeatable for the Jetstream repo.

Changes:

  • Introduces release-preview to list commits/merged PRs since a selected v* tag (optionally scoped to a path).
  • Introduces hotfix to create a hotfix/* branch from the commit currently pointed to by origin/release (the deployed web ref).
  • Wires both scripts into package.json as yarn release:preview and yarn hotfix.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
scripts/release-preview.mjs New CLI script to preview commits/PR merges between a base tag and HEAD, optionally filtered by path.
scripts/create-hotfix.mjs New CLI script to create a hotfix branch from the currently deployed web release commit (origin/release).
package.json Adds release:preview and hotfix npm scripts for easy invocation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread scripts/create-hotfix.mjs
Comment thread scripts/create-hotfix.mjs Outdated
Comment thread scripts/release-preview.mjs
@paustint paustint force-pushed the chore/hotfix-and-release-scripts branch from 993edda to 78a54e5 Compare April 15, 2026 14:50
@socket-security
Copy link
Copy Markdown

@paustint paustint merged commit 89cffdc into main Apr 15, 2026
8 checks passed
@paustint paustint deleted the chore/hotfix-and-release-scripts branch April 15, 2026 15:29
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