Skip to content

ci: automate release metadata preparation - #113

Merged
ByBrawe merged 1 commit into
mainfrom
release-prep-workflow
Aug 18, 2026
Merged

ci: automate release metadata preparation#113
ByBrawe merged 1 commit into
mainfrom
release-prep-workflow

Conversation

@ByBrawe

@ByBrawe ByBrawe commented Aug 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a reusable release/prepare-v* workflow for release metadata preparation
  • derive the release version from the branch name
  • synchronize package.json, package-lock root metadata, and the README current-release marker
  • prepend .release-notes.md to CHANGELOG.md under the derived version and remove the temporary notes file
  • commit the prepared metadata back to the release-prep branch

Why

Release metadata currently requires coordinated edits across package, lockfile, README, and changelog. Keeping this on an explicit prep branch makes version synchronization deterministic before the existing release/npm-v* publish workflow is triggered.

Scope

CI/release preparation only. This workflow does not publish npm packages, create tags, or modify runtime code.

Copilot AI lite review requested due to automatic review settings August 18, 2026 01:53

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@ByBrawe
ByBrawe merged commit bd4d7c0 into main Aug 18, 2026
6 checks passed
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