-
Notifications
You must be signed in to change notification settings - Fork 154
chore(rules): update release-notes-writer rules XML #391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(rules): update release-notes-writer rules XML #391
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Review CompleteNo issues found. This PR removes CDATA sections from XML elements in the Release Notes Writer rules files. The changes are purely structural/formatting - all actual rule content, commands, and templates remain identical. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found.
There was a problem hiding this 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 removes CDATA sections from XML template and command blocks across the release notes writer rule files, replacing them with plain XML text nodes. The changes standardize the XML structure by eliminating the <![CDATA[...]]> wrappers while preserving all content.
Key Changes:
- Removal of CDATA sections from template, command, and code block elements
- Updated changelog alignment workflow with improved PR categorization (linked/ambiguous/unlinked)
- Standardized XML formatting across all three rule files
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.roo/rules-release-notes-writer/3_user_interactions.xml |
Removed CDATA wrappers from templates and updated changelog alignment workflow to partition PRs into linked/ambiguous/unlinked categories |
.roo/rules-release-notes-writer/2_content_standards.xml |
Removed CDATA sections from format templates, examples, and documentation snippets |
.roo/rules-release-notes-writer/1_main_workflow.xml |
Removed CDATA wrappers from shell commands, message templates, and implementation examples throughout the workflow |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This PR updates the Release Notes Writer rules XML files in .roo/rules-release-notes-writer. Changes: - Update 1_main_workflow.xml - Update 2_content_standards.xml - Update 3_user_interactions.xml Generated by Roo automation.
Important
Update XML formatting in release notes writer rules by removing CDATA sections for consistency.
.roo/rules-release-notes-writer/1_main_workflow.xml: Removed CDATA sections from<command>,<message_template>,<todos_template>,<output_format>, and<implementation>elements..roo/rules-release-notes-writer/2_content_standards.xml: Removed CDATA sections from<format>,<template>, and<format_single>elements..roo/rules-release-notes-writer/3_user_interactions.xml: Removed CDATA sections from<template>,<template_inclusion_policy>, and<template_per_pr_review>elements.This description was created by
for a8b21dd. You can customize this summary. It will automatically update as commits are pushed.