Skip to content

chore(release): isolate server releases from docs - #481

Merged
yordis merged 1 commit into
masterfrom
yordis/chore-isolate-docs-releases
Sep 3, 2026
Merged

chore(release): isolate server releases from docs#481
yordis merged 1 commit into
masterfrom
yordis/chore-isolate-docs-releases

Conversation

@yordis

@yordis yordis commented Sep 3, 2026

Copy link
Copy Markdown
Member
  • Docs-only maintenance currently advances the server version even though the documentation package is not independently published.
  • Keeping release boundaries aligned prevents misleading server tags and changelog entries.

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
@yordis
yordis requested a review from a team as a code owner September 3, 2026 05:44
@cursor

cursor Bot commented Sep 3, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Release tooling and validation only; no runtime server, auth, or data-path changes.

Overview
Release-please will no longer treat docs-only commits as reasons to bump the TrogonEventStore server version.

The root package config gains exclude-paths": ["docs"], so changes confined under docs/ are ignored when release-please evaluates what should ship. The release-metadata/check mise task now asserts that exclude-paths is an array including docs, keeping release metadata aligned with that policy and avoiding misleading tags/changelog entries from documentation maintenance.

Reviewed by Cursor Bugbot for commit 5420a12. Bugbot is set up for automated code reviews on this repo. Configure here.

@coderabbitai

coderabbitai Bot commented Sep 3, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: 95ac59fb-eb65-4eaf-9914-21e94bf63f0c

📥 Commits

Reviewing files that changed from the base of the PR and between c7625cf and 5420a12.

📒 Files selected for processing (2)
  • .config/mise/tasks/release-metadata/check
  • release-please-config.json

Walkthrough

The root release-please package now excludes docs. The release-metadata check verifies that exclude-paths contains docs.

Changes

Release metadata configuration

Layer / File(s) Summary
Configure and validate docs exclusion
.config/mise/tasks/release-metadata/check, release-please-config.json
The root package excludes docs, and the jq -e check requires this configuration.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Poem

I’m a rabbit with a tidy release trail
Docs hop aside as packages sail
The config marks the proper way
The checker guards it every day
Carrots cheer the green array

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch yordis/chore-isolate-docs-releases

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@yordis
yordis merged commit 89c0468 into master Sep 3, 2026
12 of 13 checks passed
@yordis
yordis deleted the yordis/chore-isolate-docs-releases branch September 3, 2026 05:45
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.

1 participant