Skip to content

chore(news): mark CRAN release vs GitHub dev cycle in section headings#130

Merged
VincentGuyader merged 1 commit into
mainfrom
chore/news-cran-marker
May 17, 2026
Merged

chore(news): mark CRAN release vs GitHub dev cycle in section headings#130
VincentGuyader merged 1 commit into
mainfrom
chore/news-cran-marker

Conversation

@VincentGuyader

Copy link
Copy Markdown
Member

Summary

Make it visually obvious which features are already on CRAN and which only live on GitHub main:

  • # checkhelper 1.0.0.9000# checkhelper 1.0.0.9000 (development version, GitHub only)
  • # checkhelper 1.0.0# checkhelper 1.0.0 (CRAN release)

NEWS-only. No source / test / DESCRIPTION change.

Add explicit markers to the two top-level NEWS sections so the
reader can tell at a glance which features are already on CRAN and
which only live on the GitHub `main` branch:

- `# checkhelper 1.0.0.9000` becomes `# checkhelper 1.0.0.9000 (development version, GitHub only)`
- `# checkhelper 1.0.0` becomes `# checkhelper 1.0.0 (CRAN release)`

No source change, NEWS-only.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates NEWS.md section headings to clearly indicate whether entries correspond to the CRAN release or the GitHub-only development cycle, improving reader clarity without changing package behavior.

Changes:

  • Annotate the development NEWS header as “(development version, GitHub only)”
  • Annotate the release NEWS header as “(CRAN release)”

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@VincentGuyader VincentGuyader merged commit 196e562 into main May 17, 2026
11 checks passed
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