Skip to content

fix: CHANGELOG contains stale GitLab commit URLs after migration to GitHub #7

Description

@shebistar

Problem

After migrating from GitLab to GitHub, CHANGELOG.md still references commit hashes as links pointing to gitlab.consulting.redhat.com. These links are inaccessible from the public GitHub repository and mislead contributors trying to trace changes.

Example from CHANGELOG.md:

([`7db166a`](https://gitlab.consulting.redhat.com/redhat-cop/openshift-virtualization-migration/openshift_virtualization_migration_ees/-/commit/7db166a...))

Proposed Solution

Update historical CHANGELOG.md commit links from gitlab.consulting.redhat.com/... to the equivalent GitHub URLs:
https://github.com/redhat-cop/openshift_virtualization_migration_ees/commit/<hash>

Going forward, ensure pyproject.toml is configured to generate GitHub-native commit links via python-semantic-release.

Files to Change

  • CHANGELOG.md
  • pyproject.toml (verify [tool.semantic_release.remote] section points to GitHub)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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