chore(cliparr): prepare v1.3.0 release - #185
Merged
Merged
Conversation
Contributor
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
cliparr-web | 0e0fd87 | Commit Preview URL Branch Preview URL |
Sep 09 2026, 03:45 AM |
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
Changes are small, cohesive, and covered by targeted tests validating both the new CLI flag and the release body composition/order.
Pull request overview
Prepares the v1.3.0 release by adding curated release notes and updating the release automation to optionally prepend version-specific notes ahead of GitHub’s generated changelog, while preserving Docker pull/tag/digest details.
Changes:
- Add v1.3.0 highlights/upgrade notes markdown to be included in the GitHub release body.
- Extend the release creation script to accept
--notes-fileand prepend its contents before generated notes. - Update the release workflow to pass the version-specific notes file when present and add test coverage for the new behavior.
File summaries
| File | Description |
|---|---|
| tools/release/notes/v1.3.0.md | Adds curated v1.3.0 highlights and upgrade/security notes for the release body. |
| tools/release/create-github-release.test.mjs | Adds tests for --notes-file parsing and release-body ordering/preservation of Docker details. |
| tools/release/create-github-release.mjs | Implements optional notes-file ingestion and composes release body with notes → generated changelog → Docker section. |
| .github/workflows/release.yml | Detects tools/release/notes/<tag>.md and passes it to the release script when present. |
Review details
- Files reviewed: 4/11 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Prepare v1.3.0 with release highlights and explicit upgrade notes.
The release workflow now includes an optional version-specific notes file before GitHub's generated changelog, preserving Docker tags and digest details. The v1.3.0 notes call out the provider sign-in requirement for remote video URLs as a security correction; local files remain usable without an account.
Validation: full
pnpm preflight(415 tests), release-note generation in dry-run mode, website production build, and browser checks of the existing preview playback and reduced-motion images. The release planner confirms v1.3.0 after applying the approved version classification to PR #171.