Skip to content

Fix v2.4.0 package metadata - #7

Merged
berrygrant merged 1 commit into
mainfrom
agent/fix-v2.4.0-version
Aug 12, 2026
Merged

Fix v2.4.0 package metadata#7
berrygrant merged 1 commit into
mainfrom
agent/fix-v2.4.0-version

Conversation

@berrygrant

Copy link
Copy Markdown
Owner

What changed

  • change DESCRIPTION from version 2.3.1 to 2.4.0
  • document the metadata correction in the 2.4.0 NEWS entry
  • run R CMD check on release-tag pushes and reject tags that disagree with DESCRIPTION

Root cause

The 2.4.0 feature work and NEWS entry were released without updating the package version in DESCRIPTION. Both v2.4.0 and 2.4.0 therefore pointed to source that installed as version 2.3.1.

After this PR is merged, both existing 2.4.0 tag refs will be moved from 9467c82 to the corrected merge commit. The existing GitHub release will be retained and its notes updated with the repair.

User impact

Installing berrygrant/phontrast@v2.4.0 will report package version 2.4.0, matching the tag, release, and NEWS.

Validation

  • tag guard tested with v2.4.0 and 2.4.0
  • R CMD build . produced phontrast_2.4.0.tar.gz
  • R CMD check --no-manual phontrast_2.4.0.tar.gz — Status: OK
  • git diff --check

@berrygrant
berrygrant marked this pull request as ready for review August 12, 2026 04:27
@berrygrant
berrygrant merged commit 7ebddf8 into main Aug 12, 2026
1 check passed
@berrygrant
berrygrant deleted the agent/fix-v2.4.0-version branch August 12, 2026 04:27
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