Skip to content

fix(github): drop publish options and fix preamble heading level in the pull request cheatsheet - #195

Merged
dangreen merged 1 commit into
mainfrom
fix/github-cheatsheet
Sep 5, 2026
Merged

fix(github): drop publish options and fix preamble heading level in the pull request cheatsheet#195
dangreen merged 1 commit into
mainfrom
fix/github-cheatsheet

Conversation

@dangreen

@dangreen dangreen commented Sep 5, 2026

Copy link
Copy Markdown
Member

Summary

Comment options are read by the pull request flow only (fetchOptions in runPullRequestAction); the release job runs on the merged commit and never reads comments. The cheatsheet in every release pull request body still advertised publish parameters and a "publish with specific access and tag" example, which never took effect. It now lists the bump options and says where release-time options belong.

The set-preamble examples in the cheatsheet and on the release automation docs page started at ##, the level of the version header. A preamble belongs at ###, the level of the generated sections (### Features), as in TrigenSoftware/nano_kit#186. Both places now say so and use ###.

No behavior change.

Test plan

  • pnpm --filter @simple-release/github test (lint, unit, types)

🤖 Generated with Claude Code

…he pull request cheatsheet

Comment options are read by the pull request flow only, so the `publish` parameters and the "publish with specific access and tag" example in the cheatsheet never took effect. The cheatsheet now lists the `bump` options and says where release-time options belong. The `set-preamble` examples start at `###` — the level of the generated changelog sections — instead of `##`, which is the version header level; the release automation docs page gets the same fix.
@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 33971585615

Coverage remained the same at 63.087%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 1045
Covered Lines: 718
Line Coverage: 68.71%
Relevant Branches: 594
Covered Branches: 316
Branch Coverage: 53.2%
Branches in Coverage %: Yes
Coverage Strength: 10.77 hits per line

💛 - Coveralls

@dangreen
dangreen merged commit b753abb into main Sep 5, 2026
6 checks passed
@dangreen
dangreen deleted the fix/github-cheatsheet branch September 5, 2026 14:40
@github-actions github-actions Bot mentioned this pull request Sep 5, 2026
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