Skip to content

Release "ravencoin core v4.7.0" is incorrectly tagged as v4.6.2snapshot #1286

Description

@vikas027

Summary

The release published on 2026-06-14 and titled "ravencoin core v4.7.0" is attached to the Git tag v4.6.2snapshot instead of a new v4.7.0 tag. This creates a conflict between the release name and the underlying Git reference.

What was observed

Field Value
Release title ravencoin core v4.7.0
Git tag v4.6.2snapshot
Target branch master
Published 2026-06-14
Release URL https://github.com/RavenProject/Ravencoin/releases/tag/v4.6.2snapshot

The previous release before this one was v4.6.1 (2022-08-19). There was never a published release actually tagged v4.6.2 or v4.6.2snapshot — the v4.6.2snapshot tag appears to have been a pre-release/development reference that was reused when publishing the v4.7.0 binaries.

The release body itself notes:

"Note that the commit hash and the source code are not correct for this release."

This confirms the tag mismatch was unintentional.

Why this matters

Downstream projects and node operators that track Ravencoin versions by Git tag (e.g. to automate upgrade workflows, version pinning, or dependency checks) will read the tag as v4.6.2snapshot rather than v4.7.0. This causes:

  • Incorrect version reporting in downstream tooling
  • Confusion about whether 4.7.0 is actually released or still a snapshot
  • Difficulty reliably distinguishing this release from any future v4.7.0 tag that might be created

What the correct state should be

The release should be re-tagged as v4.7.0 to match the release title and the version advertised in the release notes. The v4.6.2snapshot tag should not be associated with a production v4.7.0 release.

If source code cannot yet be published (as noted in the release body), the release can remain as a binary-only release under the correct v4.7.0 tag until source is ready.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions