Skip to content

Replace the three em dashes in RELEASING.md with colons - #63

Merged
ryanduguid merged 1 commit into
mainfrom
claude/releasing-em-dashes
Sep 1, 2026
Merged

Replace the three em dashes in RELEASING.md with colons#63
ryanduguid merged 1 commit into
mainfrom
claude/releasing-em-dashes

Conversation

@ryanduguid

Copy link
Copy Markdown
Owner

What this changes

The three release-asset bullets in RELEASING.md use a colon after the file name instead of an em dash. Nothing else changes.

Why

The house style excludes em dashes. The two remaining em dashes in CHANGELOG.md sit inside a shipped release entry and are left as published.

Verification

$ git grep -n "—" -- '*.md'
CHANGELOG.md:238: (shipped release entry, unchanged)
CHANGELOG.md:239: (shipped release entry, unchanged)
$ python -m unittest discover -s tools/tests
Ran 176 tests in 15.121s
OK

Checklist

  • No client, taxpayer, employee or payroll data, and no credentials, tokens, tenant IDs or .env contents, appear in the diff, the commit messages or this description.
  • The change is single-purpose.
  • New or changed behaviour has a test that fails without the change: punctuation only.
  • Documentation, README and any docstring that describes the changed rule were updated together with it.
  • Any new dependency is justified in the description, or there is none.

🤖 Generated with Claude Code

https://claude.ai/code/session_01PWyNPJcoU4rFtnHM2NXrzZ


Generated by Claude Code

The house style excludes em dashes. The two remaining in CHANGELOG.md sit
inside a shipped release entry and are left as published.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PWyNPJcoU4rFtnHM2NXrzZ
@qodo-code-review

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Tip of the day
💡 Did you know, you can describe a rule in plain language on the Rules page and Qodo drafts it for you

More tips ↗ | Customize Qodo ↗ | Qodo docs ↗

Grey Divider

Qodo Logo

@qodo-code-review

Copy link
Copy Markdown

PR Summary by Qodo

Replace release asset em dashes with colons

📝 Documentation 🕐 Less than 5 minutes

Grey Divider

AI Description

• Replaces em dashes after release asset names with colons.
• Aligns release documentation with house style without changing instructions.
High-Level Assessment

The direct punctuation replacement is optimal because it satisfies the documented house style while preserving release guidance and published changelog history.

Files changed (1) +3 / -3

Documentation (1) +3 / -3
RELEASING.mdUse colons in release asset descriptions +3/-3

Use colons in release asset descriptions

• Replaces the em dash after each of the three release asset filenames with a colon. The release instructions and asset definitions remain unchanged.

RELEASING.md

@ryanduguid
ryanduguid merged commit c6c6f39 into main Sep 1, 2026
4 checks passed
@ryanduguid
ryanduguid deleted the claude/releasing-em-dashes branch September 1, 2026 23:18
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